Menu

#15 User should be able to add OllyDbg scripts actions after loading the image

closed
nobody
None
5
2015-06-05
2015-06-03
No

Since we already have an OllyDbg interpreter, we should be able to use it to post-process images after loading, to remove fragments of stereotypical code, like the

mov eax, 0xCCCCCCCC
lea edi, [ebp-20]
rep stosd

seen in debug binaries. This could be pattern-matched by an OllyDbg script and overwritten with NOPs

Discussion

  • John Källén

    John Källén - 2015-06-05

    Feature added 2015-06-05

     
  • John Källén

    John Källén - 2015-06-05
    • status: open --> closed
     

Log in to post a comment.