Skip to content

Commit ffb4cd6

Browse files
authored
Update README.md
1 parent 78723cf commit ffb4cd6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
## Runtime Java Class Dumper
22
Runtime dumping java classes using JNI
33

4+
### Demonstration
5+
6+
[![Runtime Java Class Dumper](https://img.youtube.com/vi/-R28OsJ4qug/0.jpg)](https://www.youtube.com/watch?v=-R28OsJ4qug)
7+
48
### How it works?
59
To be able to dump the classes of a Java program at runtime, we need to have access to them when they are being loaded. For this, we use the JNI (Java Native Interface) library, which provides us with the means to do so.
610

0 commit comments

Comments
 (0)