Jump to content

hjkghvjb

Newbie
  • Posts

    2
  • Joined

  • Last visited

  • Feedback

    0%

hjkghvjb's Achievements

Rookie

Rookie (2/16)

  • Week One Done
  • Dedicated
  • First Post
  • Conversation Starter
  • Reacting Well

Recent Badges

0

Reputation

  1. /* 40250 client src */ #define NANOBEGIN __asm _emit 0xEB __asm _emit 0x03 __asm _emit 0xD6 __asm _emit 0xD7 __asm _emit 0x01 #define NANOEND __asm _emit 0xEB __asm _emit 0x03 __asm _emit 0xD6 __asm _emit 0xD7 __asm _emit 0x00 I am curious how this works. Why are the bytes inserted after function preamble and before function end ? And why these specific bytes. I believe it protects the bin from reverse engineering by inserting these bytes (perhaps arbitrarily chosen). There is literally no other logical explanation why would anyone stack allocate 10 bytes that do nothing in every function. This is what happens when looking at the bin ... RANDOM BYTES VALID BYTES RANDOM BYTES VALID BYTES ... Am I correct ?
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.