]> localhost Git - gists.git/commit
Add dumpshell exploit to gists
authormisomosi <[email protected]>
Mon, 22 Jun 2026 15:43:22 +0000 (11:43 -0400)
committermisomosi <[email protected]>
Mon, 22 Jun 2026 15:43:22 +0000 (11:43 -0400)
commita59659e6ae38a637245e37a5c07399bdadfec45c
tree9029dda2356190a200a6aaeb62656415b769cd89
parent9e5c5f22c97ac44427c5b030f1ae621b5a4eb07c
Add dumpshell exploit to gists
15 files changed:
dumpshell/.gitignore [new file with mode: 0644]
dumpshell/LICENSE [new file with mode: 0644]
dumpshell/README.md [new file with mode: 0644]
dumpshell/pwn.py [new file with mode: 0644]
dumpshell/src/android.zig [new file with mode: 0644]
dumpshell/src/logd.zig [new file with mode: 0644]
dumpshell/src/main.zig [new file with mode: 0644]
dumpshell/src/processd.zig [new file with mode: 0644]
dumpshell/src/rttd.zig [new file with mode: 0644]
dumpshell/tools/extractdb.py [new file with mode: 0644]
dumpshell/tools/zipfile_patched.py [new file with mode: 0644]
dumpshell/vuln/aee-commit [new file with mode: 0644]
dumpshell/vuln/aee-config [new file with mode: 0644]
dumpshell/vuln/aee_aed [new file with mode: 0644]
dumpshell/vuln/aee_aedv [new file with mode: 0644]