carbonblack / binee

Binee: binary emulation environment
GNU General Public License v2.0
503 stars 73 forks source link

fixes bug in loader while trying to resolve an exported function #57

Closed kgwinnup closed 4 years ago

jholowczak-cb commented 4 years ago

Looks like the ExportNameMap is missing the function name for some reason, which is curious considering this is part of the loader and theoretically it should exist in the map from earlier processing. Going to hold off on this PR until we can find root cause of why this is missing, though having a check for existing function names in the map probably won't hurt.