-
Notifications
You must be signed in to change notification settings - Fork 288
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
opcode extraction fails #12
Comments
Neo23x0
pushed a commit
that referenced
this issue
Nov 15, 2016
Tested and merged, thank you |
Neo23x0
pushed a commit
that referenced
this issue
Jul 15, 2020
carterjsmarter
pushed a commit
to carterjsmarter/yar-gen
that referenced
this issue
Mar 14, 2024
Neo23x0/yarGen#12 Former-commit-id: e0dff63ef5b61b13e1f2373d96e816aeea3ad99d [formerly 7df70c3f701defaed3d66754f8ff14b91445c1db] Former-commit-id: c21428198b2a2eb721075adb156bbd856e82ef64
carterjsmarter
added a commit
to carterjsmarter/yar-gen
that referenced
this issue
Oct 31, 2024
Neo23x0/yarGen#12 Former-commit-id: e0dff63ef5b61b13e1f2373d96e816aeea3ad99d [formerly 7df70c3f701defaed3d66754f8ff14b91445c1db] Former-commit-id: c21428198b2a2eb721075adb156bbd856e82ef64
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when .text section is not named .text (in case its randomize) function extract_opcodes fails.
Please add the following to the function.
`def extract_opcodes(filePath):
# String list
opcodes = []
`
The text was updated successfully, but these errors were encountered: