Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to construct the data set #115

Open
zhipeng-web opened this issue May 9, 2024 · 1 comment
Open

How to construct the data set #115

zhipeng-web opened this issue May 9, 2024 · 1 comment

Comments

@zhipeng-web
Copy link

Hello author, I have some data collected by myself, what should I do to construct the same json file as you, thank you for telling me.

@FakeEyes2Wo
Copy link

I think u can do this
from ember.features import PEFeatureExtractor

extractor = PEFeatureExtractor(feature_version=2)
with open('test.exe', 'rb') as f:
bytez = f.read()
print(extractor.features)
feature_vector = extractor.feature_vector(bytez)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants