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

Regression in 3.8.1: Disassembler omits NOT on keywords #200

Closed
Tracked by #201
x87 opened this issue Sep 8, 2022 · 0 comments
Closed
Tracked by #201

Regression in 3.8.1: Disassembler omits NOT on keywords #200

x87 opened this issue Sep 8, 2022 · 0 comments
Labels
priority:p0 Critical Issue/Blocker scope:disassembler type:bug Something isn't working
Milestone

Comments

@x87
Copy link
Collaborator

x87 commented Sep 8, 2022

if
   not fading
then

will be disassembled as

if
   fading
then

which has an opposite meaning when compiling back to CS/SCM.

Temporary workaround: use "Write opcodes" option when disassembling a file.

@x87 x87 added type:bug Something isn't working priority:p0 Critical Issue/Blocker scope:disassembler labels Sep 8, 2022
@x87 x87 added this to the Next milestone Sep 8, 2022
@x87 x87 mentioned this issue Sep 8, 2022
2 tasks
@x87 x87 closed this as completed Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:p0 Critical Issue/Blocker scope:disassembler type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant