Skip to content

Commit 9cd27ce

Browse files
authored
Added demonstration
1 parent ffb4cd6 commit 9cd27ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Runtime dumping java classes using JNI
33

44
### Demonstration
55

6-
[![Runtime Java Class Dumper](https://img.youtube.com/vi/-R28OsJ4qug/0.jpg)](https://www.youtube.com/watch?v=-R28OsJ4qug)
6+
https://www.youtube.com/watch?v=-R28OsJ4qug
77

88
### How it works?
99
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.

0 commit comments

Comments
 (0)