We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Take for example the following code:
assign next_state = state == `IDLE;
after obfuscation this would become something like this :
assign uDhy8fNtQRUnAfEqu7LnP3 = current_instr_type == `GBOk6VSLFrf;
however in our compilation scripts, we have specific DEFNED values which can't be consumed please add an option to maintain define names
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Take for example the following code:
assign next_state = state == `IDLE;
after obfuscation this would become something like this :
assign uDhy8fNtQRUnAfEqu7LnP3 = current_instr_type == `GBOk6VSLFrf;
however in our compilation scripts, we have specific DEFNED values which can't be consumed
please add an option to maintain define names
The text was updated successfully, but these errors were encountered: