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

Fixed syntax warning in libs/shellcode.py #162

Merged
merged 2 commits into from Jan 3, 2021
Merged

Fixed syntax warning in libs/shellcode.py #162

merged 2 commits into from Jan 3, 2021

Conversation

nkitan
Copy link
Contributor

@nkitan nkitan commented Dec 19, 2020

Fixes issues #153 and #147

integer comparisons were being done using 'is' which threw syntax warnings in gdb. This has been fixed by using the right comparison operator that is the '==' operator.

nkitan added 2 commits Dec 19, 2020
Comparison between A variable and an integer was being done using 'is' whereas it should be done using '=='.
This has been fixed by replacing is with '=='.
Fixed Syntax Errors in Shellcode.py
@longld longld merged commit 84d38bd into longld:master Jan 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants