Skip to content

amarkovytch/research_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A collection of various research tools (work in progress)

bin2shell

Create raw bytes from assembly file to be used in shellcode

  • shellcode32.sh asm32.S
  • shellcode64.sh asm64.S

Patch2Halt

A small utility to patch binary so that it halts at main function. This is useful in some cases when we want to attach to running process, but it finishes it's execution before we have a chance to do so

  • patch2halt.py binary patched_binary

Tribute (used code taken from these resources directly or with some modification)

bin2shell - https://github.com/touhidshaikh/bin2shell

Useful libraries (some already part of install.sh)

  • PWNTools - An absolute must for easy ELF modification and binary exploitation
  • Patcherex - Supposedly provides some extended binary patching capabilities (didn't really use it yet)

About

A collection of various research tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published