Tavis Ormandy
Tavis Ormandy
I also ran into this today, create_ro_mapping() and free_ro_mapping() use int's instead of size_t. Changing the types and updating callers and the prototype to use size_t fixed the problem. ```...
I'm also experiencing this issue in 4.4.4, can the issue be reopened?
That would be okay with me, but some of the code is derived from ndiswrapper which is GPL2+ (i.e. any version of GPL >= 2), so I don't think it's...
Yes, that will work - I did have this implemented, but I removed it - I rewrote how the imports work, and my test implementation (mpengine.dll) started using `LocalAlloc` instead....
Hey, do you have header files for this dll? This project provides a framework for using Windows DLLs in native Linux code, it's not really possible to automate this process...
Hah, sure!
This is really impressive progress, I think we can try to merge this into main. Let me test it out today to make sure it's not regressing any x86 stuff,...
wow! 🥳 I think I don't really understand the flags even for x86, I just guessed from testing them experimentally. I think it probably just needs some reversing of msmpeng...
Nice, that seems really useful. I think I'll add some simple command line argument parsing so you can do `--json`, then add your patch. Thanks!
OK, sounds good to me. Thank you!