in reply to Re^6: use of already eval()ed module (from string)
in thread use of already eval()ed module (from string)
Simple example a loop doing XORs with values from a nested table.
XORs are easily reversed.
Plus some rotations if you want and gotos depending on temporary values in the middle.
Sorry, no ready to use suggestions.
Of course one could use B::Deparse to disassemble the Op-tree, but that's always the case.
HTH! :)
You could create such an algorithm with random values.
It's only important that
For clarification the algorithm would act here as the key.
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
FootballPerl is like chess, only without the dice
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: use of already eval()ed module (from string)
by bliako (Abbot) on Jan 15, 2019 at 11:30 UTC | |
by LanX (Saint) on Jan 15, 2019 at 11:34 UTC | |
by bliako (Abbot) on Jan 15, 2019 at 12:08 UTC | |
by LanX (Saint) on Jan 15, 2019 at 12:49 UTC | |
by bliako (Abbot) on Jan 15, 2019 at 13:36 UTC | |
|