I believe the interface should look something like this.
INVOKE procedureName [,argumentList]
INVOKE Strnicmp, strA, strB, nBytes
The book does show an example like this
push TYPE array push LENGTHOF array push OFFSET array call DumpArray
It also says this is equivalent to the stack statements above
INVOKE DumpArray, OFFSET array, LENGTHOF array, TYPE array
Here is what I came up with so far for Strnicmp
INVOKE Strnicmp, strA DWORD, strB DWORD, nBytes DWORD
but I am still confused...
Any help would be appreciated
This post has been edited by Toadill: 29 November 2012 - 10:03 AM

New Topic/Question
Reply



MultiQuote






|