master
Commits on Jan 3, 2021
-
Merge pull request #162 from nkitan/master
Fixed syntax warning in libs/shellcode.py
-
Merge pull request #163 from timgates42/bugfix_typo_sequence
docs: fix simple typo, sequece -> sequence
Commits on Dec 23, 2020
-
docs: fix simple typo, sequece -> sequence
There is a small typo in python23-compatibility.md. Should read `sequence` rather than `sequece`.
Commits on Dec 19, 2020
-
Merge pull request #1 from nkitan/nkitan-fix-syntax
Fixed Syntax Errors in Shellcode.py
-
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 '=='.
Commits on Jan 28, 2020
-
Merge pull request #146 from mdumitru/master
silence python3.8 warnings
-
Merge pull request #150 from longld/revert-149-master
Revert "changed "is" to "==""
-
Merge pull request #145 from afq984/master
fix: SyntaxWarning: "is" with a literal. Did you mean "=="?
-
Commits on Jan 27, 2020
Commits on Dec 23, 2019
-
-
-
-
this python3 requirement to use == in place of 'is', otherwise it shows warning, it does affect the working but its anonying to warning everytime, so i fixed it.
Commits on Nov 29, 2019
Commits on Nov 28, 2019
Commits on Feb 10, 2019
-
Merge pull request #134 from Redouane555/master
Fixed peda.getpid() when debugging remote processes: drop the code supports very old gdb versions
Commits on Feb 8, 2019
-
Fix peda.getpid() for remote debugging
Fixed peda.getpid() returning None when debugging remote processes, _is_running now returns true for remote processes, commands like telescope, vmmap, context etc. now work fine
Commits on Oct 13, 2018
-
Merge pull request #127 from Redouane555/master
Fix a bug in the string_to_argv method
Commits on Oct 3, 2018
-
Fixed a bug in the string_to_argv method
Fixed a bug where the lexer fails to parse a command like : patch "\x22"
Commits on Sep 15, 2018
-
-
Merge pull request #126 from quangnh89/master
Set breakpoint at RVA from PIE base.
Commits on Sep 10, 2018
Commits on May 26, 2018
-
Merge pull request #122 from lambor/master
fix skeleton stdin cannot use modified environment
Commits on May 25, 2018
Commits on Feb 7, 2018
Commits on Feb 5, 2018
Commits on May 23, 2017
-
Merge pull request #97 from privat/fix-typo-doc
Fix small typo in doc in utils.py s/A-z/A-Z/
-
Commits on Apr 8, 2017
Commits on Feb 21, 2017
Commits on Jan 25, 2017
Commits on Sep 1, 2016
-
Merge pull request #86 from Grazfather/eflags_toggle
eflags: Add toggle option