issues
search
packing-box
/
docker-packing-box
Docker image gathering packers and tools for making datasets of packed executables and training machine learning models for packing detection
GNU General Public License v3.0
49
stars
10
forks
source link
Fix cfg computation and features
#100
Closed
AlexVanMechelen
closed
7 months ago
AlexVanMechelen
commented
7 months ago
This PR includes:
Minor fixes for cfg computation (the
KeyError
is for when an extracted cfg node falls outside the address range, hence the bytes cannot be retrieved -> see
original code
)
A fix for the exact signature feature
This PR includes:
KeyError
is for when an extracted cfg node falls outside the address range, hence the bytes cannot be retrieved -> see original code)