Skip to content
Permalink
master

Commits on Jan 3, 2021

  1. Merge pull request #162 from nkitan/master

    Fixed syntax warning in libs/shellcode.py
    longld committed Jan 3, 2021
  2. Merge pull request #163 from timgates42/bugfix_typo_sequence

    docs: fix simple typo, sequece -> sequence
    longld committed Jan 3, 2021

Commits on Dec 23, 2020

  1. docs: fix simple typo, sequece -> sequence

    There is a small typo in python23-compatibility.md.
    
    Should read `sequence` rather than `sequece`.
    timgates42 committed Dec 23, 2020

Commits on Dec 19, 2020

  1. Merge pull request #1 from nkitan/nkitan-fix-syntax

    Fixed Syntax Errors in Shellcode.py
    nkitan committed Dec 19, 2020
  2. 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 '=='.
    nkitan committed Dec 19, 2020

Commits on Jan 28, 2020

  1. Merge pull request #146 from mdumitru/master

    silence python3.8 warnings
    longld committed Jan 28, 2020
  2. Merge pull request #150 from longld/revert-149-master

    Revert "changed "is" to "==""
    longld committed Jan 28, 2020
  3. Merge pull request #145 from afq984/master

    fix: SyntaxWarning: "is" with a literal. Did you mean "=="?
    longld committed Jan 28, 2020
  4. Revert "changed "is" to "==""

    longld committed Jan 28, 2020

Commits on Jan 27, 2020

  1. Merge pull request #149 from not-duckie/master

    changed "is" to "=="
    longld committed Jan 27, 2020

Commits on Dec 23, 2019

  1. markdown error

    not-duckie committed Dec 23, 2019
  2. added information

    not-duckie committed Dec 23, 2019
  3. 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.
    not-duckie committed Dec 23, 2019

Commits on Nov 29, 2019

  1. silence python3.8 warnings

    mdumitru committed Nov 29, 2019

Commits on Feb 10, 2019

  1. Merge pull request #134 from Redouane555/master

    Fixed peda.getpid() when debugging remote processes: drop the code supports very old gdb versions
    longld committed Feb 10, 2019

Commits on Feb 8, 2019

  1. 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
    red0xff committed Feb 8, 2019

Commits on Oct 13, 2018

  1. Merge pull request #127 from Redouane555/master

    Fix a bug in the string_to_argv method
    longld committed Oct 13, 2018

Commits on Oct 3, 2018

  1. Fixed a bug in the string_to_argv method

    Fixed a bug where the lexer fails to parse a command like : patch "\x22"
    red0xff committed Oct 3, 2018

Commits on Sep 15, 2018

  1. Update output msg of breakrva

    longld committed Sep 15, 2018
  2. Merge pull request #126 from quangnh89/master

    Set breakpoint at RVA from PIE base.
    longld committed Sep 15, 2018

Commits on Sep 10, 2018

Commits on May 26, 2018

  1. Merge pull request #122 from lambor/master

    fix skeleton stdin cannot use modified environment
    longld committed May 26, 2018

Commits on May 25, 2018

Commits on Feb 7, 2018

  1. Merge pull request #117 from Agahlot/master

    fix telescope output
    longld committed Feb 7, 2018

Commits on Feb 5, 2018

  1. fix telescope output

    Agahlot committed Feb 5, 2018

Commits on May 23, 2017

  1. Merge pull request #97 from privat/fix-typo-doc

    Fix small typo in doc in utils.py s/A-z/A-Z/
    longld committed May 23, 2017
  2. Fix regex in elfheader

    longld committed May 23, 2017

Commits on Feb 21, 2017

Commits on Jan 25, 2017

Commits on Sep 1, 2016

  1. Merge pull request #86 from Grazfather/eflags_toggle

    eflags: Add toggle option
    longld committed Sep 1, 2016

Commits on Aug 25, 2016

  1. eflags: Add toggle option

    Grazfather committed Aug 25, 2016
Older