NASM - The Netwide Assembler
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Calendar
Login
Register
NASM - The Netwide Assembler
»
NASM Forum
»
Using NASM
»
same asm source, but a byte after kernel32.dll string is changed each time.
« previous
next »
Print
Pages: [
1
]
Author
Topic: same asm source, but a byte after kernel32.dll string is changed each time. (Read 11865 times)
blackoil
Jr. Member
Posts: 2
same asm source, but a byte after kernel32.dll string is changed each time.
«
on:
April 26, 2011, 10:59:26 PM »
is it alink problem? it's a bit old.
Logged
Frank Kotler
NASM Developer
Hero Member
Posts: 2667
Country:
Re: same asm source, but a byte after kernel32.dll string is changed each time.
«
Reply #1 on:
April 27, 2011, 03:39:58 AM »
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
Logged
blackoil
Jr. Member
Posts: 2
Re: same asm source, but a byte after kernel32.dll string is changed each time.
«
Reply #2 on:
April 27, 2011, 11:57:45 AM »
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
Logged
cm
Jr. Member
Posts: 65
Re: same asm source, but a byte after kernel32.dll string is changed each time.
«
Reply #3 on:
April 27, 2011, 02:08:08 PM »
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.
Logged
C. Masloch
Print
Pages: [
1
]
« previous
next »
NASM - The Netwide Assembler
»
NASM Forum
»
Using NASM
»
same asm source, but a byte after kernel32.dll string is changed each time.