rwfpl / rewolf-wow64ext

Helper library for x86 programs that runs under WOW64 layer on x64 versions of Microsoft Windows operating systems.
932 stars 295 forks source link

Error in xstring when adding wow64ext. #19

Open syrex1013 opened 3 years ago

syrex1013 commented 3 years ago

Hey, I wanted to add wow64ext to my other project. Now after including I get xstring errors on assign, and ntdll error on malloc. Also I didn't call any function, I just included lib file(statically compiled) and it shows error on compile.

Mecanik commented 3 years ago

Try HeapAlloc instead of malloc.