DrPepUr Posted February 14, 2008 Posted February 14, 2008 I am playing around with Winasm trying to learn a few things and downloaded the crc32.asm from tuts4you and I cant figure out how to call the crc32 procCRC32 proc uses esi lpBuffer:DWORD,dwBufLen:DWORD,dwCRC:DWORDIf anyone can help me I would appreciate it.Thanks, Dustyh1981
evlncrn8 Posted February 14, 2008 Posted February 14, 2008 I am playing around with Winasm trying to learn a few things and downloaded the crc32.asm from tuts4you and I cant figure out how to call the crc32 procCRC32 proc uses esi lpBuffer:DWORD,dwBufLen:DWORD,dwCRC:DWORDIf anyone can help me I would appreciate it.Thanks, Dustyh1981push offset crc32dword_destinationpush chunksizepush offset chunktocrc32call CRC32something like that, standard calling convention... not rocket science..
DrPepUr Posted February 14, 2008 Author Posted February 14, 2008 (edited) Thanks I got it... I thought I had tried it like that, I dunno sometimes I get stuck on the simplest of things... Edited February 14, 2008 by dustyh1981
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now