issues
search
elastic
/
ember
Elastic Malware Benchmark for Empowering Researchers
Other
948
stars
277
forks
source link
Patched np.int, feature hashing problem, and lief errors version
#110
Open
zangobot
opened
1 year ago
zangobot
commented
1 year ago
I fixed three things in this PR:
now all the NP.INT are INT (so no issues from numpy)
FeatureHashing was failing for raw_obj['entry'] as it was a single string
Replaced lief.ERROR with lief.lief_errors.ERROR (and tried to match the same errors, since they have been refaactored)
I fixed three things in this PR: