i need to crack a file anyone knows reverse eng of py.exe please help
its an aimbot file made in python with fake driver for mouse
i ll share if someone is happy to help
9 Replies
Didn't understand your objective
wdym "crack a file"
Probably agaisnt this server rules
remove this before u get banned/muted 😅
7-zip can open/extract .exe files so if possible, install 7-zip to try and accomplish your tasks
mean revers eng of an .exe file
i just wanna know how the .exe app works the code thats it it doesnt have password
I think Microsoft has some documentation of .exe file structure and everything. you need to know
GitHub
GitHub - mtgsoftworks/exe2ps1: A small script that converts any .ex...
A small script that converts any .exe file you want to poweshell script (.ps1) file. - mtgsoftworks/exe2ps1
this is the file i want to see
prolly, .exe file is compiled with PyInstaller, you can decompile the compiled file with this tool: https://github.com/extremecoders-re/pyinstxtractor
GitHub
GitHub - extremecoders-re/pyinstxtractor: PyInstaller Extractor
PyInstaller Extractor. Contribute to extremecoders-re/pyinstxtractor development by creating an account on GitHub.