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

@error and @extended expected bug #1

Open
pnd280 opened this issue Apr 23, 2022 · 0 comments
Open

@error and @extended expected bug #1

pnd280 opened this issue Apr 23, 2022 · 0 comments
Labels
potential-problem Expected bug

Comments

@pnd280
Copy link
Owner

pnd280 commented Apr 23, 2022

@error and @extended will be automatically re-assign when enter a function, this is an expected behavior in native AutoIt3. Applying certain strategies can lead to unexpected behaviors in rare cases where another function is being execute prior to the obfuscated macros (mostly in the same line). If your obfuscated script can be executed but not working properly, this might be the case and can be resolved by not using SetError, SetExtended or any equivalents, define them by yourself.

@pnd280 pnd280 added the potential-problem Expected bug label Apr 23, 2022
@pnd280 pnd280 pinned this issue Apr 23, 2022
@pnd280 pnd280 closed this as completed Apr 23, 2022
@pnd280 pnd280 reopened this Apr 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
potential-problem Expected bug
Projects
None yet
Development

No branches or pull requests

1 participant