Function call graph plugin sample
IDA Pro already has a function call graph facility, nonetheless it employs WinGraph32.
IDA Pro already has a function call graph facility, nonetheless it employs WinGraph32.
http://www.hex-rays.com/idapro/55/index.htm
The decompiler uses debug information if it is available: in this case, even local variable names and types will be restored. If there is no debug information, the decompiler will still generate correct and precise output. In fact, it is designed to work without debug information, which means that virtually any compiler-generated executable can be analyzed and turned into C output.
If you upgraded your IDA/Hex-Rays copy the last month with older prices, do not worry. For you, we will add a month of support for the IDA license, and three months of support for Hex-Rays Decompiler.
We will continue to accept old-style upgrade orders until 12 October 2009.
https://www.hex-rays.com/updida.shtml
and expect a message from us within 5-10 minutes. Sometimes we do not have your email in the database, so please specify it (otherwise we will have no means of communicating with you).
To request the new version of the decompiler, please use Edit, Plugins, Hex-Rays, Check for updates in IDA.
http://www.hex-rays.com/idapro/idaorder.htm
We will arrange an electronic delivery to existing customers.
That's all folks! Enjoy the release.
Just a quick note for interested parties: we prepared the new demo version of IDA Pro. The new demo includes the bochs debugger. The debugger is fully functional with just one limitation: it will become inactive after a number of commands. I prefer to tell you this in advance rather than this limitation to be discovered in the middle of a heavy debugging session ;)
Here's the download link:
http://www.hex-rays.com/idapro/idadowndemo.htm
Enjoy!
We have already published short tutorial on Windows kernel debugging with IDA and VMWare on our site, but the debugging experience can still be improved.
VMWare's GDB stub is very basic, it doesn't know anything about processes or threads (for Windows guests), so for anything high-level we'll need to do some extra work. We will show how to get the loaded module list and load symbols for all them using IDAPython.
Continue reading "Advanced Windows Kernel Debugging with VMWare and IDA's GDB debugger" »
Since the number of debugger modules in IDA surpassed the magical number seven plus or minus two, we created a small table describing what is available and what is not:
http://www.hex-rays.com/idapro/debugger/index.htm
Direct links to tutorials are available here:
http://www.hex-rays.com/idapro/idasupport.htm
I know, I know - we need to add 64-bit support for all platforms, port the Bochs debugger module to Linux, and... any other suggestions? I personally would love to have source level debugging, yet it requires some substantial changes to the kernel. We probably will move in this direction, sooner or later...