Journal Issues
| Vol.5, No.1, 2008 | | Vol.4, No.2, 2007 | | Vol.4, No.1, 2007 | | Vol.3, No.2, 2006 | | RECON2006 Conf. Proc. | | Vol.3, No.1, 2006 | | RECON2005 Conf. Proc. | | Vol.2, No.1, 2005 | | Vol.1, No.2, 2004 | | Vol.1, No.1, 2004 |
Statistics
Members: 1927
News: 293
Web Links: 1
Visitors: 3932296
Who's Online
|
 Damn Vulnerable Linux (DVL) is a Linux-based (modified Damn Small Linux) tool for IT-Security & IT-Anti- Security and Attack & Defense. [ CLICK HERE FOR MORE INFOS! ]
|
Featured Conference Video
 OllyBone - Semi-Automatic Unpacking on IA-32. View the conference video here!
|
Home Articles - Programming Conference Proceedings IDARub
|
Written by Spoonm
|
IDAPython has made a big splash, by embedding the python interpreter
as an IDA plugin, and wrapping the IDA SDK for access from python
code.
I think this was a great idea to allow more rapid development
of IDA plugins, and to help write advanced plugins easier. However, I
found a few draw backs with IDAPython. Besides preferring a language
besides python, I think the plugin architecture could be improved
upon, and brought to be network based. I also think that building
some higher level classes that wrap the IDA SDK less tightly help to
take a lot of the difficulty out of using the IDA SDK, and make it
more intuitive to the typical style of interpretive programming.
IDARub is an IDA plugin that wraps the IDA SDK for access from the
Ruby programming language, and exposes these APIs on the network.
There is also client side Ruby classes to abstract and expand on the
IDA SDK operations. This design attempts to make programming with the
IDA SDK easier and more intuitive, and attempts to improve integration
with existing and future tools.
Download: http://www.secure-software-engineering.com/downloads/recon2006/recon2006_Spoonm_IdaRub.pdf
Download: http://www.secure-software-engineering.com/downloads/recon2006/recon2006_Spoonm_IdaRub.zip
|
|