Results 1 to 2 of 2

Thread: arg for protection

  1. #1
    Administrator James's Avatar
    Join Date
    May 2010
    Location
    on the intraweb
    Posts
    3,180

    Default arg for protection

    Running into a bit of a problem here. I modified some bytes in an app, to remove some limitation, and when I do it in runtime, it works flawlessly so I know that I'm doing it correctly, but then when I try to dump the modifications and save the exe file, everything is fine up to this point, but when I try to run it standard, it exits. I traced it a bit and it seems to exit on something like ntdll zwTerminateProcess and I saw something in kernel exit. Sorry I'm not being too detailed here because I'm not exactly sure what's triggering this. Basically it looks like when you modify any part of this exe it probably does a comparison and checks itself (or perhaps a crc check not sure) and if it's different then it exits.

    Any ideas on how to get around this?

  2. #2
    Über Prodigy & Developer Razo[R]apiD's Avatar
    Join Date
    May 2010
    Location
    Poland, Lublin
    Posts
    3,257

    Default

    Run LordPE and try to fix CRC Checksum of the .exe

    Maybe app at runtime checks it and compares with calculated one.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •