Skip to content

Fixed syntax warning in libs/shellcode.py#162

Merged
longld merged 2 commits intolongld:masterfrom
nkitan:master
Jan 3, 2021
Merged

Fixed syntax warning in libs/shellcode.py#162
longld merged 2 commits intolongld:masterfrom
nkitan:master

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.

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.

2 participants