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

Disassembler should skip only 1 byte with IGNORE_UNKNOWN #104

Open
x87 opened this issue Dec 2, 2020 · 1 comment
Open

Disassembler should skip only 1 byte with IGNORE_UNKNOWN #104

x87 opened this issue Dec 2, 2020 · 1 comment
Labels

Comments

@x87
Copy link
Collaborator

x87 commented Dec 2, 2020

When a script has some unrecoverable data and IGNORE_UNKNOWN is enabled the disassembler is able to proceed by dumping the data as raw hex input. It does however miss some potentially valid opcodes by skipping two bytes at a time. This should be reduced to 1.

@x87 x87 added priority:p2 Medium priority type:nice-to-have minor enhancements scope:disassembler labels Dec 2, 2020
@x87
Copy link
Collaborator Author

x87 commented Dec 2, 2020

See #103 for an example

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

No branches or pull requests

1 participant