Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: Decompile an executable created through perl2exe

by bliako (Monsignor)
on Aug 06, 2020 at 09:02 UTC ( [id://11120410]=note: print w/replies, xml ) Need Help??


in reply to Re: Decompile an executable created through perl2exe
in thread Decompile an executable created through perl2exe

Using the equivalent of Linux's strace for your OS will tell you what files (=external perl modules, text) are read during runtime and you will find whether said modules are external to the exe or are also included in the exe and you need to adjust the method in order to extract them too.

EDIT: just had a look at the comments of the link you cited and there is a similar case where more than "main" needs to be extracted.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-16 10:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found