changing bin code a bit

Posted by oneat on Stack Overflow See other posts from Stack Overflow or by oneat
Published on 2010-04-04T09:45:31Z Indexed on 2010/04/04 9:53 UTC
Read the original article Hit count: 330

Filed under:
|

If in exe (written in c++) file in .text section I'll add instruction like push eax; pop eax; I mean something what won't change anything. Will this program work properly or everything would get crashed ?

© Stack Overflow or respective owner

Related posts about asm

Related posts about reassembling