View Full Version : Ida Pro Modify Code
nullcode
October 27th, 2012, 12:51
Hello!
Is there any way to modify code on the fly.Yes i know about the Patch Menu.
Especially a NOP feature would be nice to quickly cancel stuff out..
Any usefull plugins out there? Like OllyDbg Assemble
disavowed
October 29th, 2012, 10:30
Are you looking to just modify the IDB, or to modify the original file on disk, or to modify the code in memory while using IDB as a debugger?
nullcode
October 29th, 2012, 10:32
Modify original file on the disk

disavowed
October 29th, 2012, 13:00
Such functionality isn't built-in to IDA by default, but you can write a simple IDC script to do it.
deroko
November 3rd, 2012, 05:45
Maybe not right answer, but HIEW is without any competition when it comes to file patching/editing

Aimless
November 3rd, 2012, 06:42
Ugh, deroko... HIEW... please man, I just ate.
Have Phun
deroko
November 3rd, 2012, 14:33
Hence, there is option Edit -> Patch Menu -> Apply patches to input file , so I assume this the one you are looking for, and it's working from what I can see.
@Aimless: well, tastes are different

Shub-nigurrath
November 5th, 2012, 17:31
that option for IDA is disabled by default and must be enabled adding this line to the ida.cfg file
DISPLAY_PATCH_SUBMENU = YES // Display the Edit,Patch submenu
Powered by vBulletin® Version 4.2.2 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.