peda/lib
Ankit Das c802397ecc
Fixed Syntax Errors in Shellcode.py
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 '=='.
2020-12-19 19:37:41 +05:30
..
config.py Make "clearscreen" more reasonable and configurable 2017-04-08 13:36:24 +07:00
nasm.py - More error checking for asm/rop search 2016-03-11 08:22:08 +07:00
shellcode.py Fixed Syntax Errors in Shellcode.py 2020-12-19 19:37:41 +05:30
six.py Add support for Python 3 using the six library. 2015-07-05 00:44:36 -04:00
skeleton.py fix skeleton stdin cannot use modified environment 2018-05-25 11:21:04 +08:00
utils.py Merge pull request #97 from privat/fix-typo-doc 2017-05-23 08:53:30 +07:00