Riptide icon indicating copy to clipboard operation
Riptide copied to clipboard

how to avoid skids using this tool on your .exe

Open xtekky opened this issue 1 year ago • 3 comments

Imagine you have the sourcecode in a file in main.py and a function called start() that starts the code.

then just create another .py file and write:

 from main import start; start()

( don't worry, like pip imports, py2exe will pack the other file in the .exe )

when decompiling the .exe the tool will only find this file with no source code in it, and l I think skid will be too dumb to search elsewhere in the .exe for the remaining files

xtekky avatar Aug 04 '22 14:08 xtekky

I think pyinstxyractor does extract the file but skids won't find it yes XD

billythegoat356 avatar Aug 04 '22 15:08 billythegoat356

image

you can also rename your file to something starting with pyi ex: pyi_rth_win64api.py which will make riptide crash

xtekky avatar Aug 04 '22 15:08 xtekky

nice

billythegoat356 avatar Aug 04 '22 21:08 billythegoat356