Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BinDbg

Providing dynamic analysis for applications running on a Java Virtual Machine.

Sample Screenshot

BinDbg is a work in progress. At the moment you can currently pause, resume, and terminate the JVM; and while the JVM is paused you can select a thread to debug and select a stackframe and view the local variables of that stackframe.

To do:

  • Method Bytecode view
  • Step over/out/back to user code
  • VM introspection

Building

mvn package
java -jar target/bindbg.jar

You can run a test application:

cd tests
./run.sh LoopTest.java

You can then connect BinDbg to the test application using the ip localhost and port 1000.

About

Bringing Dynamic Analysis to Java

Resources

Stars

33 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages