Author Topic: same asm source, but a byte after kernel32.dll string is changed each time.  (Read 7107 times)

Offline blackoil

  • Jr. Member
  • *
  • Posts: 2
is it alink problem? it's a bit old.

Offline Frank Kotler

  • NASM Developer
  • Hero Member
  • *****
  • Posts: 2667
  • Country: us
I don't think I understand the question, Blackoil. Some particular source? A byte is changed each time what? Can you explain more?

Best,
Frank


Offline blackoil

  • Jr. Member
  • *
  • Posts: 2
sorry, I mean, when I compare two builds of my app, I found the third byte value after "kernel32.dll" string in the .exe file was randomized.
sometimes they 're the same. but they should be identical, except the time stamp.

blackoil

Offline cm

  • Jr. Member
  • *
  • Posts: 65
You should provide the source code and command lines for a test case.

Better yet, look up documentation for your executable format (probably MSW 32-bit or 64-bit PE) and find out what that byte means yourself.
C. Masloch