Archive for the ‘Java’ Category
Getting dirty – reverse engineering
Posted on February 19, 2009, 15:06, in Hacking, Java | No Comments
Mats has just written a good post about reverse-engineering a binary Java-library. He mention some possible ways to do this, and how he ended up doing it.Well worth checking out. e-mats.org: New Adventures in Reverse Engineering
Acquiring full screen in Java-applications
Posted on February 12, 2009, 14:36, in Java, Mac | No Comments
Inn a recent project I’ve been toying around with, the need to acquire the entire screen came up as a need. Being rather new to Java as I am, this took some time figuring out. I use the javax.swing-library to handle my GUI. My first try was to set the JFrame undecorated, “always on top”, [...]

