NYAN-x-CAT / Lime-Crypter

Simple obfuscation tool
MIT License
486 stars 194 forks source link

Hello #17

Open z0amhit opened 3 years ago

z0amhit commented 3 years ago

Hello

Can you Recommend me how can i learn to crypt a malware , i really wann to learn malware obfuscation techniques and how can i Bypass Anti-V - i just wnt to learn but i can't find sources i'm waiting for your advice pls.

thx...

NYAN-x-CAT commented 3 years ago

Hello

Can you Recommend me how can i learn to crypt a malware , i really wann to learn malware obfuscation techniques and how can i Bypass Anti-V - i just wnt to learn but i can't find sources i'm waiting for your advice pls.

thx...

Hello friend. There are many ways to learn about obfuscation. You can check github for useful educational sources. Anyway you need you learn any computer language to help you with your research. I recommend learning c# for few months before you start working on obfuscation. C# is easy and powerful language. Good luck.

graysuit commented 3 years ago

@z0amhit Resources which will help you in future: Many folks do use dnlib or mono.cecil (exe editing libraries) to inspect executables. If you target windows, C# or VB.net is best for you to learn as nyan sir mentioned. After sometime you get enough learning, then go ahead to see how nyan sir obfusticate assemblies:

https://github.com/NYAN-x-CAT/AsyncRAT-C-Sharp/blob/5937e381f9569f2568c5fcc6c00c99cbb8198805/AsyncRAT-C%23/Server/RenamingObfuscation/EncryptString.cs#L39-L78

https://github.com/NYAN-x-CAT/AsyncRAT-C-Sharp/blob/5937e381f9569f2568c5fcc6c00c99cbb8198805/AsyncRAT-C%23/Server/Forms/FormBuilder.cs#L207-L214

Remember, you would find it hard. So I advice to give some time. At-least 5-6 month. Or remain depending on nyan's cat. lol ! :)

MarkSkith commented 3 years ago

Where did you go NyanXCat? What happened?