exploitable icon indicating copy to clipboard operation
exploitable copied to clipboard

The 'exploitable' GDB plugin

Results 8 exploitable issues
Sort by recently updated
recently updated
newest added

…at pm.name also includes the page permissions 'rw-p [stack]' instead of just ['stack']

I got this error when i try to `python2 setup.py test`?How to fix it `running test testing for x86, for ARM and more args, see scripts in test/ dir test/x86.sh...

Folks, Looks like you're not properly detecting being inside a pyenv virtual environment. It does not have the same sys attribute that you're checking for. It does have a few...

As @rc0r reported in #29, certain invocations of `exploitable` may crash when run under non-English GDB. He submitted a patch to fix the particular issue he ran into, but I'm...

Hi, Just wondering if yo have on mind porting it to Python 3.X as it's the default for GDB in Debian based distros (like Ubuntu). Thanks!

``` exploitable/tests/bin/testUncategorizedSignal.test Traceback (most recent call last): File "/home/travis/build/jfoote/exploitable/exploitable/exploitable.py", line 92, in import lib.arch as arch File "/home/travis/build/jfoote/exploitable/exploitable/lib/arch.py", line 41, in from lib.gdb_wrapper.arm import ArmTarget File "/home/travis/build/jfoote/exploitable/exploitable/lib/gdb_wrapper/arm.py", line 71, in...

In many cases the exploitable plugin doesn't examine the opcode of the faulting instruction, which can lead to misleading results. For example, if an access violation occurs on a generally...

bug

Hi! I wrote a map fuzzer for this: https://github.com/SwagSoftware/Kisak-Strike and found a couple of crashes. When I try to use exploitable to analyze them I am getting these errors. `GNU...