Wockstar
GitHub
PGP
Donate
wockhardt wizard's blog
c++ & java developer & reverse engineer
Recent Posts
Interacting with Java applications through C/C++.
In this post we will learn how to use JNI (Java Native Interface)
to interact with applications running under the JVM (Java Virtual Machine).
We will be executing as a DLL (Dynamic Link Library), as the library
requires us to be executing under the same process as the Java application.
April 11th 2024 • 12 minute read • Java/C++ (Advanced)
A custom Bukkit ItemStack builder to create ItemStacks with ease.
This post covers how do code your own custom ItemStack builder.
Using an ItemStack builder can remove the traditional pain of creating
ItemStacks which not only take lots of lines of code, but also look
messy. This post will show you how to eliminate all of those problems.
April 10th 2024 • 23 minute read • Java (Advanced)