in reply to Re: Is this code secure, can I test it on my machine?
in thread Is this code secure, can I test it on my machine?

Clearly if someone can use XS otherwise leave perl that would need to be checked separately. The question then how can I locate the places in a perl code that indicate the usage of XS or other non-Perl code?

What can you do with unpack "p"? Do you have an example?

  • Comment on Re^2: Is this code secure, can I test it on my machine?

Replies are listed 'Best First'.
Re^3: Is this code secure, can I test it on my machine?
by salva (Canon) on May 24, 2010 at 10:35 UTC
    What can you do with unpack "p"
    I though it could be used to write to random locations in the process memory, but actually it can only be used to read from random memory, so it is mostly harmless, forget about it!