Posted February 14, 200817 yr 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
February 14, 200817 yr 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..
February 14, 200817 yr Author 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, 200817 yr by dustyh1981
Create an account or sign in to comment