index
:
lib-des-gnux
master
Library of GNU Exploitation
malf
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-14
Merge branch 'sploit/repl-qol'
Malfurious
1
-32
/
+45
2022-03-14
sploit: Clean up function Comm.interact()
Malfurious
1
-32
/
+26
2022-03-14
sploit: Add function popen()
Malfurious
1
-0
/
+6
2022-03-14
sploit: Add Comm property 'readonwrite'
Malfurious
1
-0
/
+2
2022-03-14
sploit: Add function Comm.readall_nonblock()
Malfurious
1
-0
/
+11
2022-03-13
sploit: Move __attr_filter__ to a general place in util
dusoleil
3
-3
/
+11
2022-03-13
sploit: Filter all magic python members by default in mem module
dusoleil
1
-3
/
+6
2022-03-13
sploit: add stack base pointer to locals symtbl
dusoleil
1
-1
/
+3
2022-03-13
sploit: print hex of addresses in rev logs
dusoleil
1
-2
/
+2
2022-03-13
sploit: add status logging to rev module
dusoleil
2
-0
/
+13
2022-03-13
sploit: lazy load libs for ELF
dusoleil
2
-6
/
+16
2022-03-13
sploit: cache results of external commands
dusoleil
5
-15
/
+25
2022-03-13
sploit: add the rest of r2 functions through elf
dusoleil
1
-0
/
+20
2022-03-13
sploit: typo fix in rev.r2
dusoleil
1
-1
/
+1
2022-03-13
sploit: cache ELF loads
dusoleil
1
-1
/
+11
2022-03-13
sploit: add ELF helper class to rev
dusoleil
2
-0
/
+23
2022-03-13
sploit: consolidate r2 symbol search calls
dusoleil
1
-16
/
+5
2022-03-13
sploit: fix r2 module syntax error
dusoleil
1
-12
/
+12
2022-03-13
sploit: reverse direction of r2 get_locals offsets
dusoleil
1
-1
/
+1
2022-03-13
sploit: add r2 funcionality to rev module
dusoleil
2
-1
/
+94
2022-03-13
sploit: add ldd ability to rev module
dusoleil
2
-0
/
+14
2022-03-13
sploit: add rev module to sploit
dusoleil
3
-2
/
+3
2022-03-13
Merge tag 'pull-sploit-symtbl-redesign' of https://github.com/Dusoleil/lib-de...
Malfurious
1
-10
/
+80
2022-03-13
sploit: Add support for nested Symtbls
dusoleil
1
-3
/
+45
2022-03-13
sploit: Instantiate Memmap with integer offset
dusoleil
1
-6
/
+6
2022-03-13
sploit: remove length calculation from Symtbl
dusoleil
1
-13
/
+1
2022-03-12
sploit: code reuse for mem string methods
dusoleil
1
-12
/
+14
2022-03-12
sploit: add len func to mem
dusoleil
1
-0
/
+11
2022-03-12
sploit: move adjust and rebase into member funcs
dusoleil
1
-7
/
+6
2022-03-10
Add adjust and rebase functions to mem module
dusoleil
1
-0
/
+8
2022-03-10
sploit: Add string cast for Symtbl and Memmap
dusoleil
1
-0
/
+16
2022-03-10
sploit: Split Symtbl funcionality with Memmap
dusoleil
1
-11
/
+15
2022-03-06
sploit: Add ARM/THUMB architecture details
Malfurious
1
-21
/
+8
2022-03-06
Merge tag 'pull-duso-tool-docs' of https://github.com/Dusoleil/lib-des-gnux
Malfurious
10
-1
/
+572
2022-02-27
shellcode: Initialize envp to NULL
Malfurious
2
-0
/
+2
2022-02-26
Commit notes from Metasploit CTF 2021
Malfurious
2
-0
/
+36
2021-12-25
Remove 'sudo' from install command.
dusoleil
1
-1
/
+1
2021-12-25
Fix typo in for loop in asm rep prefix doc
dusoleil
1
-1
/
+1
2021-12-20
Add install/uninstall instructions to radare doc
dusoleil
1
-0
/
+8
2021-12-20
Add radare2 command cheatsheet
dusoleil
1
-0
/
+80
2021-12-20
Add doc about fixing a ptrace error in debugger.
dusoleil
1
-0
/
+22
2021-12-20
Add doc about the rep prefix on an x86 instruction
dusoleil
1
-0
/
+18
2021-12-17
Merge branch 'sploit-io'
Malfurious
3
-57
/
+93
2021-12-17
sploit: Automatically shutdown outgoing comms after script execution
Malfurious
2
-0
/
+4
2021-12-17
sploit: Catch KeyboardInterrupt in Comm.readall()
Malfurious
1
-3
/
+6
2021-12-17
sploit: Ensure the logonread option is restored by Comm.readuntil()
Malfurious
1
-5
/
+7
2021-12-17
sploit: Add logonwrite option to comms
Malfurious
1
-0
/
+2
2021-12-17
sploit: Check logonread in function Comm.readall()
Malfurious
1
-1
/
+1
2021-12-17
sploit: Add startup banner
Malfurious
1
-2
/
+12
2021-12-17
sploit: Rework logger
Malfurious
3
-28
/
+56
[prev]
[next]