![]() |
|
What program should i use? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: What program should i use? (/Thread-What-program-should-i-use) |
What program should i use? - Twisted - 11-25-2011 hey all im looking to learn a programming language as some of you may know from my previous threads. now i want to start making crypters (not to sell or anything just it facinates me and i would realy like to learn more about it) i understand a bit about how they work and so on i just would like to know what program are they normaly made in? once i have a program that runs on win 7 i can than go learn basics of thet language and slowly work my way up to making my own crypter and if i make a decent one i can share with u all and ofcoure no stupid survey crap etc i have seen many say use VB6 well pffft i dont wanna run a virtual machine and its just to old and others say VB 8 but i cant seem to find much on crypters in VB 8 so i need to know what is a program that runs on win 7 that is used to make crypters and so on what languge dose that program need (no matter how easy or hard im determand to learn) and any advice you may think i need THANKSsorry for all speeling its like 3 30 am here and im having a bad night with sleep. RE: What program should i use? - Twisted - 11-26-2011 Anyone? please help here i know someone on here knows what i need to do?????????? RE: What program should i use? - Shining White - 11-26-2011 simply you are saying you need to learn programming , right ? and need to design crypter for programming , any language you can use , VB.Net will works for you , and ask about AutoIT from someone that know about it RE: What program should i use? - Twisted - 11-26-2011 what program can i use for VB.net? like what version of visual basics? as VB6 is old, VB8 i have no idea about and VB 2010. i can not find anything to do with crypters anywere all i want is a program that people use to make them that works on win 7 and what language gos with it and maby a sorce for me to skim threw so as i learn basics i can look at the code and see were it all fits in and so on.
RE: What program should i use? - Shining White - 11-26-2011 read this thread http://www.hackcommunity.com/Thread-AutoIt-vs-VB-NET and here what Sage the VII says in there (11-26-2011, 05:10 PM)The 7th Sage Wrote: Anyways if you really want to learn programming, go for C or similar languages, makes it easier. Thats what they usually teach in programming courses to beginners. Or even Java, its rich in API, Platform independent, and many many more advantages. RE: What program should i use? - Coder-san - 11-26-2011 (11-25-2011, 05:59 PM)twisted_sinnr Wrote: [...] If you want to make crypters in what they are normally made in, you won't be able to "make" a decent one. Because since the methods are overused it's detected by most AVs today. Unless you want to spend hours everyday to update your crypter. (11-25-2011, 05:59 PM)twisted_sinnr Wrote: i have seen many say use VB6 well pffft i dont wanna run a virtual machine and its just to old and others say VB 8 but i cant seem to find much on crypters in VB 8 That's fine. VB6 is overused and is "inferior" to methods like CodeDom introduced by .NET for the purpose. (11-25-2011, 05:59 PM)twisted_sinnr Wrote: what is a program that runs on win 7 that is used to make crypters and so on Get Visual Studio Express 2010 (recommending mainly because of tutorials/sources available online), or similar languages compatible with Windows 7. (11-25-2011, 05:59 PM)twisted_sinnr Wrote: what languge dose that program need (no matter how easy or hard im determand to learn) Be careful what you wish for. ![]() RE: What program should i use? - Shining White - 11-26-2011 @OP - well Coder_San is the one of programming hero in my list , you have your answer from him after all
RE: What program should i use? - Marcisdown - 04-30-2012 Use VB.net i starter also with its a beginner tool but also for developers. (11-26-2011, 04:38 PM)twisted_sinnr Wrote: what program can i use for VB.net? like what version of visual basics? as VB6 is old, VB8 i have no idea about and VB 2010.Go on the site from microsoft and search visual studio 2010 |