pelite icon indicating copy to clipboard operation
pelite copied to clipboard

Add json output to pedump

Open rhaist opened this issue 6 years ago • 1 comments

It would be great if the pedump tool would have a cli flag to dump all of the data as a Json document. This way it would become a safe alternative to the widely used python pefile tool:

https://github.com/erocarrera/pefile

rhaist avatar Feb 28 '20 12:02 rhaist

This is interesting and has been on my mind but I couldn't get the code right to my satisfaction.

In the meantime I did work on a JS API (powered by wasm) which begs the question: is it important that this tool is a binary? Could it also work as a library in eg. JS or or python? I ask because I'm much more comfortable making bindings than writing CLI applications...

CasualX avatar Mar 10 '20 17:03 CasualX