Sinisterly
What are these programs coded in? - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Coding (https://sinister.ly/Forum-Coding--71)
+--- Thread: What are these programs coded in? (/Thread-What-are-these-programs-coded-in)



What are these programs coded in? - Gengar - 04-07-2014

Okay I'm done using other peoples programs. I don't want to be a script kiddie, I want to learn how these programs work and begin to design my own. I already have some programming experience in Java, but that's about all I know as far as actual programming. I can change people's code when it's un-compiled no problem, but I want to start making my own programs from scratch so that they better fit my needs. Most of the programs I use look like this and I feel like many of them are written in the same language:

http://grab.by/vNWK
http://grab.by/vNWM
http://grab.by/vNXq
http://grab.by/vNWU

So what language would be best for making similar programs to those?

I want my first program to be a simple notepad program, but without the limitations of the stock notepad, like let me open files that are huge (5GB+), and maybe even a few other features.. Thanks.


RE: What are these programs coded in? - Lain - 04-07-2014

Cheat Engine is open source and is mostly written in Pascal from the looks of it; http://cheat-engine.googlecode.com/svn/trunk/Cheat%20Engine/


RE: What are these programs coded in? - BreShiE - 04-07-2014

I suggest looking up a program called PEiD. However you don't want to follow in the footsteps of these programs. If you want to start making your own tools I recommend using a language such as C.


RE: What are these programs coded in? - Shebang - 04-07-2014

Cheat Engine - Pascal
Gr3eNoX Exploit Scanner - VB/C#
Bolt's Flooder - VB/C#
Havij - VB6


RE: What are these programs coded in? - Gengar - 04-07-2014

So from what I read I will want to learn Visual Basic and C#. And thanks Breshie that program is awesome!


RE: What are these programs coded in? - Equinox - 04-07-2014

(04-07-2014, 01:10 AM)Gengar Wrote: So from what I read I will want to learn Visual Basic and C#. And thanks Breshie that program is awesome!

VB... I see you're not going anywhere soon.

C# is good, but VB... I fear for your future.


RE: What are these programs coded in? - Shebang - 04-07-2014

(04-07-2014, 02:01 PM)Duubz Wrote: VB... I see you're not going anywhere soon.

C# is good, but VB... I fear for your future.

Aside from the syntax, they have literally the exact same functionality. Y'know, since they both work off the same framework.


RE: What are these programs coded in? - Cake - 04-07-2014

All of those programs should be achievable in, C, C#, C++, VB.net, and F#(Maybe)

(04-07-2014, 02:01 PM)Duubz Wrote: VB... I see you're not going anywhere soon.

C# is good, but VB... I fear for your future.
Why are you hating on VB.net?


RE: What are these programs coded in? - Equinox - 04-07-2014

(04-07-2014, 07:51 PM)Kodo Wrote: All of those programs should be achievable in, C, C#, C++, VB.net, and F#(Maybe)

Why are you hating on VB.net?

I don't recall hating on it.

But only knowing vb isn't going to get 'im far.


RE: What are these programs coded in? - Cake - 04-08-2014

(04-07-2014, 10:01 PM)Duubz Wrote: I don't recall hating on it.

But only knowing vb isn't going to get 'im far.
VB.net can get you very far but not as far as something like c++ could.