sun0815 has asked for the wisdom of the Perl Monks concerning the following question:

Hello,

I want to test if my perl2exe app can be unpacked.

How can I test it - is there any exe2perl app available or can I do it with a debugger? Does anyone know any good tutorial?

Replies are listed 'Best First'.
Re: Exe2Perl - unpacking
by dasgar (Priest) on Dec 16, 2015 at 16:58 UTC

    Sounds like you're trying to retrieve your code from an executable created by perl2exe. Doing a search for "extract perl2exe" turns up quite a few links that could point you in the right direction.

Re: Exe2Perl - unpacking
by Anonymous Monk on Dec 16, 2015 at 18:10 UTC
    sounds like a good question (faq) for the maker of perl2exe :)