question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

how to package to .exe after obfuscate

See original GitHub issue

Hi, I am trying to package my code with pkg after obfuscating my code but getting

Dynamic require may fail at run time, because the requested file
  is unknown at compilation time and not included into executable.
  Use a string literal as an argument for 'require', or leave it
  as is and specify the resolved file name in 'scripts' option.

what’s the best practice to create an output that be easy to create .exe file?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
sanex3339commented, Nov 7, 2020

Released as ignoreRequireImports option in 2.8.0

2reactions
sanex3339commented, Nov 6, 2020

I’ll create the PR with this feature tomorrow

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to package an Obfuscated exe - CodeProject
You package it up the exact same way to do any other .EXE. You compile your solution, then obfuscate the binaries, then package...
Read more >
exe in \bin\Release is obfuscated but .exe in c:\Program Files ...
3. Next, open the SA GUI (software package installed in Windows), and import the “assembly” i.e., .exe file for your project that's in ......
Read more >
node.js - failing to package a script using pkg after obfuscating ...
i wanted to obfuscate my files with https://www.npmjs.com/package/javascript-obfuscator before compiling them to an executable to make it ...
Read more >
How To Pack Obfuscated Scripts - PyArmor's Documentation
Update specfile hello.spec , insert the following lines after the Analysis object. The purpose is to replace all the original scripts with obfuscated...
Read more >
How to convert py to exe with icon and obfuscate ... - YouTube
ENG SUB How to convert py to exe with icon and obfuscate code by pyinstaller and pyarmorchange python to exe เปลี่ยน python เป็นไฟล์...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found