Commit Graph

113 Commits

Author SHA1 Message Date
Long Le efd28a6dba
Revert "fix: SyntaxWarning: "is" with a literal. Did you mean "=="?" 2020-01-28 07:42:42 +07:00
Long Le 694af813c3
Merge pull request #150 from longld/revert-149-master
Revert "changed "is" to "==""
2020-01-28 07:40:38 +07:00
Long Le 0984243f83
Merge pull request #145 from afq984/master
fix: SyntaxWarning: "is" with a literal. Did you mean "=="?
2020-01-28 07:35:44 +07:00
Long Le 6de0f5f2b7
Revert "changed "is" to "=="" 2020-01-28 07:33:40 +07:00
Long Le d2f4416280
Merge pull request #149 from not-duckie/master
changed "is" to "=="
2020-01-27 20:34:21 +07:00
duckie 8441afd403
i wish i was fluent in markdown -_- 2019-12-23 17:26:07 +05:30
duckie 0612c40c17
markdown error 2019-12-23 17:24:12 +05:30
duckie ed42e840ef
added information 2019-12-23 17:23:27 +05:30
duckie 6e87c911dc
changed is to ==
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.
2019-12-23 16:40:11 +05:30
afg ce77916c58 fix: SyntaxWarning: "is" with a literal. Did you mean "=="? 2019-11-28 19:28:54 +08:00
Long Le f76c34d5e0
Merge pull request #134 from Redouane555/master
Fixed peda.getpid() when debugging remote processes: drop the code supports very old gdb versions
2019-02-10 08:35:22 +07:00
Niboucha Redouane bfffa63072
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
2019-02-08 22:23:23 +01:00
Long Le 7f673be05d
Merge pull request #127 from Redouane555/master
Fix a bug in the string_to_argv method
2018-10-13 11:32:24 +07:00
Niboucha Redouane 2d7afd1d8b
Fixed a bug in the string_to_argv method
Fixed a bug where the lexer fails to parse a command like : patch "\x22"
2018-10-04 00:45:52 +01:00
Long Le f7824e6c68 Update output msg of breakrva 2018-09-15 08:48:13 +07:00
Long Le d5fab8bf66
Merge pull request #126 from quangnh89/master
Set breakpoint at RVA from PIE base.
2018-09-15 08:37:47 +07:00
Quang Nguyen 7b7a8503bc set breakpoint at RVA from PIE base. 2018-09-10 15:24:32 +07:00
Long Le e0eb0af4bc
Merge pull request #122 from lambor/master
fix skeleton stdin cannot use modified environment
2018-05-26 08:57:45 +07:00
lambor ade02aea69 fix skeleton stdin cannot use modified environment 2018-05-25 11:21:04 +08:00
Long Le 4cd2bfb282
Merge pull request #117 from Agahlot/master
fix telescope output
2018-02-07 07:36:26 +07:00
Agahlot 82fcb5a12c Fix: *address* instead of *sp* 2018-02-05 23:39:05 +05:30
Agahlot dbb5897274 fix telescope output 2018-02-05 23:30:05 +05:30
Long Le 836b7b6d34 Merge pull request #97 from privat/fix-typo-doc
Fix small typo in doc in utils.py s/A-z/A-Z/
2017-05-23 08:53:30 +07:00
Long Le bbf58727b4 Fix regex in elfheader 2017-05-23 08:36:44 +07:00
Long Le 847a926b04 Make "clearscreen" more reasonable and configurable 2017-04-08 13:36:24 +07:00
Jean Privat a9098ea050 Fix small typo in doc in utils.py s/A-z/A-Z/ 2017-02-21 10:55:07 -05:00
Long Le 5458dd5ba8 Fix "jmp reg" cases in eval_target() 2017-01-25 09:05:01 +07:00
Long Le bcae7efb43 Merge pull request #86 from Grazfather/eflags_toggle
eflags: Add toggle option
2016-09-01 14:43:37 +07:00
Grazfather c3e2105662 eflags: Add toggle option 2016-08-25 15:47:04 +00:00
Long Le 133e875ab3 Merge pull request #84 from bert88sta/master
This makes the context info persistent, more like a tui
2016-08-10 07:46:45 +07:00
Bret Barkley 0321d83ee9 Made the context info 'clear' so the screen is persistent (more tui-like) 2016-08-08 14:08:42 +00:00
Long Le b7c7d7aeeb Add depth limit to examine_mem_reference() 2016-06-03 08:51:55 +07:00
Long Le 6710298b16 Merge pull request #78 from onedv/master
Fixed shellcode display for PY3 due to missing decode
2016-05-19 22:25:04 +07:00
onedv caedb993b1 Fixed shellcode display for PY3 due to missing decode 2016-05-18 22:11:16 +02:00
Long Le 2dae43f0ce - Update getpid() and get_vmmap() to make it works on OSX 2016-04-30 17:42:05 +07:00
Long Le a7a9a7e8c3 - More error checking for asm/rop search 2016-03-11 08:22:08 +07:00
Long Le 1bb9995fa3 Fix issue with duplicated string in cyclic pattern 2016-03-09 08:09:03 +07:00
Long Le c9ceca70fb Merge pull request #60 from laanwj/master
Fix RELRO detection in checksec
2015-10-17 07:26:11 +07:00
Wladimir J. van der Laan d7f7d06333 Fix RELRO detection in checksec
The code was relying on a certain order of GNU_RELRO and BIND_NOW, which
was not always satisfied causing misdetection of Full RELRO executables
as Partial RELRO.

Change the code so that FULL RELRO is detected correctly in these cases.
2015-10-15 13:24:54 +02:00
Long Le 0c21045238 Merge pull request #58 from Ali-Razmjoo/master
add owasp zsc api.
2015-10-09 21:37:52 +07:00
Ali Razmjoo 0e1348dc8c Add OWASP ZSC API 2015-10-03 18:31:31 +03:30
Ali Razmjoo 2164094b73 add owasp zsc api 2015-09-27 14:47:33 +03:30
Long Le 1e621254a5 - Rename skip to skipi
- Update link to github
- Fix identation in ea035c3
2015-07-29 09:02:47 +07:00
Long Le ea035c354c Merge pull request #55 from degrigis/relro_report_fix
Fixed the wrong checksec output 'RELRO: Full' when there is BIND_NOW but not GNU_RELRO
2015-07-29 08:10:50 +07:00
degrigis 89a87fcf88 Fixed the wrong checksec output 'RELRO: Full' when there is BIND_NOW but not the GNU_RELRO
Signed-off-by: degrigis <fbi.gritti@gmail.com>
2015-07-28 22:32:41 +02:00
Long Le 69068b0669 Merge pull request #54 from tmfink/py3-six
Add support for Python 3 using the six library
2015-07-12 09:02:05 +07:00
Travis Finkenauer b423f48b7c Fix some bugs w/ patching memory under Python 3
-assemble
-cmpmem
-patch
-substr
-xormem
2015-07-11 19:09:53 -04:00
Travis Finkenauer 78e74b6b7a Fix serveral bugs in Python 3
-pattern_offset/pattern_search
 -lookup address/pointer
 -snapshot save/restore
 -strings/substr
2015-07-09 22:38:27 -04:00
Travis Finkenauer f186b2127e Fix asmsearch in Python 3 2015-07-06 16:37:00 -04:00
Travis Finkenauer c94ba0d5d7 Add support for Python 3 using the six library.
Refer to python23-compatibility.md for details about supporting both
Python 2 and Python 3.
2015-07-05 00:44:36 -04:00