![]() |
|
#1
|
|||
|
|||
|
Question on IDA's Edit|Patch program?
recent released ida can not patch. does any mentor kn how to correct that?
(this function is ok in released IDA.Pro.Advanced.v4.17 with a special license.) thx a lot. in ida.hlp, it says: This submenu allows you to patch the image of the input file. To be exact, IDA never modifies the input file. The image of the input file which was loaded to the database will be modified. You can modify the image of the input file: - change a byte - change a word - enter an assembler instruction (only for IBM PC) IDA will display the original value, the current value and file offset. If the file offset is equal to 0xFFFFFFFF then the current byte comes from a compressed page (LX/LE/NE iterated pages, for example) and/or it is not possible to tell the file position. You can create a difference file afterwards. |
|
#2
|
|||
|
|||
|
You have to set the DISPLAY_PATCH_SUBMENU key to YES, in idagui.cfg.
|
|
#3
|
||||
|
||||
|
IDA Patch Menu
Recent release can patch too ! !
You have just some config to write in the IDAGUI.CFG file. DISPLAY_PATCH_SUBMENU = YES // Display the Edit,Patch submenu After that you can use your IDA like previously ! |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to Patch (IL Edit) of Assembles loaded from Resource | cracki | General Discussion | 18 | 01-14-2024 00:26 |
| [NOOB QUESTION] how can i edit a function to return 1 in IDA pro? | Mendax47 | General Discussion | 6 | 08-22-2021 09:38 |
| Another Ollydbg question DLL loading in Program | hobferret | General Discussion | 9 | 06-19-2005 23:32 |
| IDA Pro (what happened to edit->patch) | ReDucTor | General Discussion | 3 | 08-31-2004 21:02 |