|
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.
|