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
44 stars 10 forks source link

Integrate EP feature #121

Closed AlexVanMechelen closed 4 months ago

AlexVanMechelen commented 4 months ago

This PR adds:

I first tried:

binary['cfg']['model']['project']['entry']
ERROR: 'CFGModel' object is not subscriptable

Then tried:

binary['cfg']['_CFG__project']['entry']
KeyNotAllowedError: '_CFG__project'

Now:

binary['cfg']['entry']

Open to alternatives/suggestions