index
:
hypodermic.git
master
Proof-of-concept shared object injector that will eventually be integrated with PINCE.
Jakob L. Kreuze
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-10-22
Initial calling to internal _dl_open
HEAD
master
jakob
2017-09-12
Initial unit testing
jakob
2017-09-10
Initial invocation of _dl_open in the RTLD
jakob
2017-09-09
Implemented more syscall wrappers.
jakob
2017-09-09
More research into how the RTLD is loaded.
jakob
2017-09-09
Open a file descriptor in the inferior.
jakob
2017-09-08
Merge branch 'master' of https://github.com/TsarFox/hypodermic
jakob
2017-09-08
Added example of program manually mapping the RTLD into its own address space
jakob
2017-09-04
Improved interface for executing code from the inferior.
Jakob
2017-09-03
Implemented basic machine code injection.
Jakob
2017-09-03
Fixed up how the user regs struct is accessed.
Jakob
2017-09-02
Began to implement runtime manipulation utilities.
Jakob
2017-09-01
Process.rtld now returns the base region of the RTLD.
Jakob
2017-08-31
Add reference about injecting ELF objects (not shared objects, unfortunately)
jakob
2017-08-30
Improved interface for getting a process RTLD
jakob
2017-08-29
Fixed library symbolic link for development tree.
jakob
2017-08-29
setup.py and the makefile both install the wrapper library properly now
jakob
2017-08-29
Implemented parsing for procfs maps
jakob
2017-08-28
Updated ptrace wrapper to allow creation of new processes.
jakob
2017-08-28
Initial implementation of the ptrace wrapper
jakob
2017-08-28
Add a few initial resources to the README
jakob
2017-08-28
Initial commit.
jakob