George Balatsouras

Results 4 comments of George Balatsouras

I'm not sure I follow your point. The code is dereferencing a null pointer, which is undefined behavior. So, what should variable `%1` point to? Why would you expect it...

Honestly, I don't see why fixing malformed inputs should be part of jphantom's logic. It makes more sense to add something to the README if this is a common problem,...

I haven't written Java for a while. Can you extract the contents of a class in the inner jar directly with `javap`, using the outer jar? Is this even possible...

Is javap installed? Can you disassemble a .class file manually with it? If it's not on your PATH, you should tweak the variable ad-java-bytecode-disassembler to make it point to the...