View Single Post
  #1  
Old 10-23-2004, 00:20
boya boya is offline
Friend
 
Join Date: Feb 2004
Posts: 16
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 0
Thanks Rcvd at 0 Times in 0 Posts
boya Reputation: 0
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.
Reply With Quote