[ale] Any language (wuz: Assembly Language?)

Michael B. Trausch mbt at naunetcorp.com
Sun Oct 27 13:51:17 EDT 2013


On 10/27/2013 10:42 AM, Pete Hardie wrote:
> So it's not Pyhton itself, but the fact that it is interpreted into 
> something above assembly code, when is then converted to machine code, 
> leaving you with the inability to map one line of Python code to its 
> assembly code (== verifiable) equivalent?
>
> So this would theoretically apply to Java, had it not been built with 
> the security checks it has (albeit they may fail to be correct)?

It really applies to anything that doesn't directly transform into 
machine level assembly at a "compile time" step.

With Java, you compile to bytecode, which (if deemed "hot") is 
eventually compiled to some assembly on the target (the system it is 
actually executing on).  No auditability really, unless you trust the 
Java VM (and I do not).

     --- Mike

-- 
Naunet Corporation Logo 	Michael B. Trausch

President, *Naunet Corporation*
? (678) 287-0693 x130 or (855) NAUNET-1 x130
FAX: (678) 783-7843

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.ale.org/pipermail/ale/attachments/20131027/f0fd137c/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dgeifbha.png
Type: image/png
Size: 1701 bytes
Desc: not available
URL: <http://mail.ale.org/pipermail/ale/attachments/20131027/f0fd137c/attachment.png>


More information about the Ale mailing list