a0rtega / metame

metame is a metamorphic code engine for arbitrary executables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python

AlexanderQueen opened this issue · comments

Why i don't have in python script folder, metame script?
Have all requirement installed. Still can't understand how to start dat script.

Same thing here. After using pip to install, can't use metame from the command prompt. Tried import it in python script but said syntax error.

I figured out this is how it worked for me. I downloaded the whole package, at cmd promt, types 'python setup.py install', then go into the package build/scriptsx.x/, at the cmd prompt type 'python metame -i myfile.exe -o outfile.exe -d' and it works. myfile.exe is just simply my binary file.

Thx my nigga bro. Works perfect now.

P.S That moment when random guy solve your problem.