Archive

Posts Tagged ‘ruby’

Project Android : Metasploit and Ruby on Rails

October 6th, 2008 KaiJern 8 comments

After few sleepless night, “full” porting of Ruby over to Android finally works. Porting Ruby over to ARM platform is pretty much tricky but it is very cool project.

To make sure most of the RoR stuff work, my target is to get Metasploit 3 runs on Android. Running a full Metasploit is pretty much at Android emulator. But I guess at least I am reaching some where.

So for people who loves Ruby, doing RoR on Android will be a cool stuff. I At this stage, I’m not sure what type of benefits it will bring to the RoR developers. But i guess this is pretty much a good alternative for RoR loves, alternative for Java :)

Well, I did not code anything on RoR (UI design is alwats a hardjob) , but I do code alot on Ruby. Again, Rails not Ruby.

Screen Shot for metasplot on Android :
Read more…

Categories: Code Tags: , , , ,

Project Android (Part I) : Ruby (irb) / BusyBox and Misc

September 16th, 2008 KaiJern 2 comments

Update : 16th September 2009

Ruby and Busy manage to run peacefully in Google Android. Tested with some tools from ortegaalfredo. ortegaalfredo manage to compile strace gdb and bash to run in Android.

Some Small ScreenShot from Android :

bash-3.2# cd /data/opt/bin/
bash-3.2# ln -s ./busybox uname
bash-3.2# ./uname -a
Linux localhost 2.6.25-00350-g40fff9a #1 Wed Jul 23 18:10:44 PDT 2008 armv5tejl unknown
bash-3.2# /data/usr/bin/irb
irb(main):001:0> 1+1
=> 2
irb(main):002:0> exit
bash-3.2#

How can can we move on with Iphone ? or I am too poor to buy OpenMoko.

What’s Next for Android ? :) Stay Tune.

Categories: Code Tags: , ,

Project Android : Ruby

September 12th, 2008 KaiJern 6 comments

Small little task for my and myself. I manage to run Ruby within Android. It took me sometime to figure out how this work.

Now i got this on my Android.
ruby 1.8.7 (2008-08-11 patchlevel 72) [arm-linux]

Its not too hard to make this work in Android.

At least, something work in Android. Next will be some little Ruby apps runs in Android.

Night with Bad Flu.

Categories: Code Tags: ,