Why use -c 1 when one pass is the default. If you want just one pass, don't use the -c option. I'm not sure that's the source of your problem, but you don't need the -c option in the default settings.
Hi,
i try to encode and bind with msfencode. iam using this command:
msfencode -i /root/Desktop/daten/myfile.exe -e x86/shikata_ga_nai -c 3 -x /root/Desktop/daten/calc.exe -k -o /root/Desktop/daten/myNEWfile.exe
when i got it right then is -i my file which i want to encode, -e which encoder i wanna use, -c x describes how many times -x describes what other process will be spawned and -o is just the output file.
iam aware of the fact that .exe files can be currpted at the encoding process, but when iam using -c 1 it seems to be broken. when i copy the output file which is 1x encoded with shikata to my windows lab computer, i get the message " Program to big to fit in memory ".
then i thought ok, we dont bind, just encode, same result -> " Program to big to fit in memory ".
Can anybody help ?
thx in advance
ps: the myfile.exe is a self written tool, its very robust..normaly.
Why use -c 1 when one pass is the default. If you want just one pass, don't use the -c option. I'm not sure that's the source of your problem, but you don't need the -c option in the default settings.
the -c 1 was just left cause i tried -c 5 first, then i went down from 5 to one. also without -c 1 it doesnt work. i know that normaly you would not use .exe files for that but i know that it works, but sadly all my inbox messages got sensless deleted without any information....havent done it for ages ....
Have you tried msfvenom, rather than msfencode? Msfvenom combines msfpayload & msfencode; some things likely changed in that, which may help resolve your problem.
If I could figure out how to scuba dive & hack at the same time, there would be nothing I couldn't do...
Dear friends,
I write some program with Microsoft Visual C# and .NET. i want to encode this program...so i use the more crypts tools....but i have not a good result. the Antivirus are all times catch it.so finally i use the shikata_ga_nai tool.
yes it is working well. The all antivirus are bypassing well.that's my command.......
sudo cat /root/Desktop/test1.exe | msfencode -c 1 -e x86/shikata_ga_nai > /test2.exe
but problem is :
The program is not working........
I try is windows XP 32 bit and 64 bit OS.....but same problem......
The error massage is:
" Program too big to fit into memory "
how to fix this problems?
that problem only with shikata_ga_nai tool......plz help me.....