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
Integrate sorted histogram features #116
Closed
AlexVanMechelen closed 6 months ago
This PR adds:
staticmethod
for computing sorted histogramscached_property
storing the sorted histogram of node sizes (used in multiple features)functools.lru_cache
'd function to calculate n-gram sorted histograms (used in multiple features for the same function parameters)