Compilation strategy

Walter Bright newshound2 at digitalmars.com
Mon Dec 17 01:37:41 PST 2012


On 12/17/2012 12:55 AM, Paulo Pinto wrote:
> Assembly is no different than reversing any other type of bytecode:

This is simply not true for Java bytecode.

About the only thing you lose with Java bytecode are local variable names. Full 
type information and the variables themselves are intact.

With assembler, you lose all type information for starters. ALL of it. And 
that's just for starters. You have no idea what 2[EAX] represents.


More information about the Digitalmars-d mailing list