|
Some ideas about extending the IDA GUI with plugins
The first service pack of IDA 4.9 brought an important change to writing IDA plugins which I doubt many people have noticed. Its now theoretically possible to extend the IDA GUI in any way you like and in a way thats significantly easier than the low-level Win32 API methods already known. The emphasis is still on "theoretically" because even though its looking really good, a lot of stuff needs to be figured out first. So far the method only works if you write plugins with C++ Builder but in the future it might be possible to make it work with all C++ compilers. Continue reading "Some ideas about extending the IDA GUI with plugins" Comments
| ||||||