Skip to content

DGA-MI-SSI/T-Brop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Since the authors left DGA-MI, the project moved to clslgrnc/tbrop. Do not expect significantly more activity though...


PoC

The Dockerfile can be used as a crude installation instruction.

To build with docker:

sudo docker build -t tbrop .

To analyse /FULL/LOCAL/PATH/FILE:

sudo docker run --rm -it -v /FULL/LOCAL/PATH/FILE:/app/FILE:ro tbrop /app/FILE

It should (eventually) bring you to an ipython shell where you can do stuff like:

for g in gdgtCollection.gdgtCollection:
  if g.gadgetMatrix.matrix[X86_REG_RSP,X86_REG_RAX] \
  and g.gadgetMatrix.chainCond[0,X86_REG_RCX]:
    print(hex(g.getAddress()),g)

More info here (in french) or there.

This is still a PoC

It'll get worse before it gets better... hopefully.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published