extremecoders-re
extremecoders-re
Looks like the recent anti-evasion patch introduced this regression. The commit just before at `a925f51` compiles fine with PHP 8.1 and GCC-13. Tested on a Ubuntu 22.04 container below. ```...
This does not seem to be a pyinstaller exeutable.
Are you running Windows ARM? Please run the following command in a terminal and paste the output here. ``` systeminfo ``` You can redact/omit private information in the output.
Should be a layout issue. Can you try compiling from source with this fix: https://github.com/extremecoders-re/python-snippet-decompiler/issues/3#issuecomment-1795028681
You have to paste the bytecode instructions from the output of pydisasm ``` pydisasm -F bytes ``` Check the README. https://github.com/extremecoders-re/python-snippet-decompiler?tab=readme-ov-file#usage
Yes it is a known issue. xdis does not support Python 3.12. The way the tool works is to parse each line in the input and extract the bytes in...
Thanks for the invite. I do plan to contribute to the Nuitka project in the future with regards to the unpacker. It has to be in C as with rest...
> is it possibe to turn nuitka.exe to nuitka.py? Unfortunately no such way exists or atleast it would be very difficult.
Nuitka transpiles python source to .c code which is then compiled to native code by means of a traditional compiler. As such it is extremely difficult to reverse the process...
Hey, you do not need to compile. Prebuilt binary is available in releases. https://github.com/extremecoders-re/nuitka-extractor/releases