You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
## Runtime Java Class Dumper
2
2
Runtime dumping java classes using JNI
3
3
4
+
### Demonstration
5
+
6
+
[](https://www.youtube.com/watch?v=-R28OsJ4qug)
7
+
4
8
### How it works?
5
9
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