hasherezade / pe-sieve

Scans a given process. Recognizes and dumps a variety of potentially malicious implants (replaced/injected PEs, shellcodes, hooks, in-memory patches).
https://hshrzd.wordpress.com/pe-sieve/
BSD 2-Clause "Simplified" License
3.01k stars 421 forks source link

JSON Unescaped back slashes #13

Closed Neo23x0 closed 6 years ago

Neo23x0 commented 6 years ago

Hi Hasherezade,

I've tried to process the JSON output in your newest release in LOKI and noticed that back slashes are not escaped.

screen shot 2018-04-13 at 08 24 40

hasherezade commented 6 years ago

Indeed, paths are not escaped. I am sorry, I forgot about it. It will be fixed soon.

hasherezade commented 6 years ago

Please check the latest builds (attached to the README) and let me know if everything works fine.

Neo23x0 commented 6 years ago

Looks good! 👍