loadlibrary
loadlibrary copied to clipboard
JSON Output
I wanted to use your project to play with Windows Defender as an AV tool, so I added some basic JSON support with the JSON-C ( https://github.com/json-c/json-c ) library. It just marshals up a bit of your struct and dumps it out at the end. loadlibrary-jsonout.zip
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!
Sorry, the thing is in a rough state, it doesn't properly operate yet. I'll post another patch in a while once I get it running.
OK, sounds good to me. Thank you!
It was the wide characters, I wasn't converting them properly for the JSON library. loadlibrary-jsonout_2.zip