Jump to content
Tuts 4 You

Winasm Crc32.asm


DrPepUr

Recommended Posts

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 proc

CRC32 proc uses esi lpBuffer:DWORD,dwBufLen:DWORD,dwCRC:DWORD

If anyone can help me I would appreciate it.

Thanks,

Dustyh1981

Link to comment
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 proc

CRC32 proc uses esi lpBuffer:DWORD,dwBufLen:DWORD,dwCRC:DWORD

If anyone can help me I would appreciate it.

Thanks,

Dustyh1981

push offset crc32dword_destination

push chunksize

push offset chunktocrc32

call CRC32

something like that, standard calling convention... not rocket science..

Link to comment

Thanks I got it... I thought I had tried it like that, I dunno sometimes I get stuck on the simplest of things...

Edited by dustyh1981
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...