![]() |
|
#2
|
|||
|
|||
|
IDA is not very suitable for binary editing/patching
I'm using for this purpose old good (I think best) hex editor - Hiew for example, I have a simple routine: http://prntscr.com/1qdbek0 I want to patch it so it 'll return 1 I'm navigating to required address, pressing F3, then F2 and typing (wow) asm commands like xor eax, eax inc eax retn here we go: http://prntscr.com/1qdbfu3 |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| question about the function argument-- this pointer | zhgong007 | General Discussion | 4 | 10-12-2022 09:24 |
| Noob Question on Debugging DLL | psgama | General Discussion | 15 | 10-11-2015 12:00 |
| Question on IDA's Edit|Patch program? | boya | General Discussion | 2 | 10-23-2004 01:36 |
| Probably a noob question.. | Thom- | General Discussion | 9 | 03-05-2004 21:41 |