Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^4: Interpreting Assembly

by misc (Friar)
on Dec 01, 2019 at 22:29 UTC ( [id://11109520]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Interpreting Assembly
in thread Interpreting Assembly

> Because it is a WTF idea? ;)

:) yeah I know, sometimes I'm having strange ideas..

However, as you write .. "You'd need to transform the ASM syntax a little to make it valid Perl code."

There might exist something out there doing exactly this.

Inline C, I don't like the idea of having external dependencies at run (compile) time.

Much to many attack vectors.

And there's also the point, there are really bad things possible within perl.

e.g. The tie()s That Bind,
meaning to store a var within x will not necessarily store the variable within x..

so, the control flow can be fuzzed with, in really hard to predict ways.

.. I'm thinking just now about parallelization..

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11109520]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-25 13:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found