View Single Post
Old 06-25-2011, 04:43 PM   #12
proDOOMman
Enthusiast
proDOOMman can extract oil from cheeseproDOOMman can extract oil from cheeseproDOOMman can extract oil from cheeseproDOOMman can extract oil from cheeseproDOOMman can extract oil from cheeseproDOOMman can extract oil from cheeseproDOOMman can extract oil from cheeseproDOOMman can extract oil from cheeseproDOOMman can extract oil from cheese
 
proDOOMman's Avatar
 
Posts: 32
Karma: 1178
Join Date: Apr 2011
Device: Kindle 3
This patch just makes some simple manipulations with java bytecode using javassist library. Procedure "processJar" unpacks PictureViewer.jar, finds "g.class" file, sends it to "ProcessClass" procedure and pack jar again. "ProcessClass" adds to end of method "g.stop" call of function "m()" (this function triggers fullscreen mode) and adds to method "g.stop" disabling of fullscreen flag - variable "D".
proDOOMman is offline   Reply With Quote