![]() |
|
VB.NET for malware - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.li/Forum-Visual-Basic-NET-Framework) +--- Thread: VB.NET for malware (/Thread-VB-NET-for-malware) |
VB.NET for malware - Whoami1 - 07-30-2019 Hello everybody I am trying to learn vb.net and it looks very easy to learn cuz i know other languages maybe. I am asking is vb.net good for malware writing like rats, crypters and others? i know C/C++ is the best option but just to know! (srry for bad english) RE: VB.NET for malware - phyrrus9 - 08-01-2019 (07-30-2019, 03:05 PM)Whoami1 Wrote: Hello everybody use whatever tools you have available. VB certainly won't stop someone from decompiling it and patching it, but if you're just looking for that initial window, why not RE: VB.NET for malware - Drako - 08-02-2019 It's an alright language, but not for malware. From my experience and knowledge, I'd go with C#. |