Chris Gardner

Results 2 issues of Chris Gardner

Currently, the implementation of pefile in this repo doesn't handle export forwarding (https://en.wikibooks.org/wiki/X86_Disassembly/Windows_Executable_Files#Forwarding). This may be the cause of #17 and other issues where a sample hangs or crashes -...

There are multiple issues with the implementation of OpenFile (https://github.com/carbonblack/binee/blob/b923e31c0262de3a54bff8fb8163b0f869e081d6/windows/handles.go#L37) that is used: 1. There exists a trivial directory traversal vulnerability, despite a previous commit attempting to fix it: ```...