8000 Comparing hugsy:main...etrickel:master · hugsy/gef · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hugsy/gef
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: etrickel/gef
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 28, 2017

  1. Some simple improvements to stack displaying in the dereference funct…

    …ion geared towards X86 platforms
    
    - Added the option context.grow_stack_down, when enabled the stack will grow up on the display.
    - Added the option context.show_saved_ip, when enabled the context shows the saved ip and the ebp, it pu\
       ts ... (XX btyes) between the base pointer and where the stack display begins.
      * Both options are disabled by default.
    - Changed stack alias and dereference function so that it would work without requiring the L prefix.
    etrickel committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    ae72a11 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. Configuration menu
    Copy the full SHA
    22814bb View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. Configuration menu
    Copy the full SHA
    579d49a View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. update from upstream

    etrickel committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    b7fa52d View commit details
    Browse the repository at this point in the history
  2. Merge github.com:hugsy/gef

    etrickel committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    8011ece View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2018

  1. different fix for #205, get_saved_ip uses a much more specific search…

    … for the value, which includes an architecture specific lookup, as a result the default is to return 0 unless the complete pattern exists.
    etrickel committed Jan 20, 2018
    Configuration menu
    Copy the full SHA
    0776bc4 View commit details
    Browse the repository at this point in the history
Loading
0