Log in

View Full Version : Programming Problems


BGI 5x
August 24th, 2001, 05:56
Hello all,

I've a big problem, i get the program and get its algo i can even make a serial manually, but i can't code the algo in a programming language, the only i know a little are c++ using winapi and asm, can anyone point me to something that'll help me..like a book..hints, etc

(i think i dont understand the loop things right, like the "for" that is very used)
I dont know too what variable should i declare for a specific case :/

Thanks,
BGI 5x

Clandestiny
August 24th, 2001, 18:51
Hiya,

Well, I have the e-text version of Thinking in C++ by Bruce Eckel. I can send it to you if you're interested.

If you want to buy a really good *basic* C programming book, I'd *highly* reccommend "C By Dissection" by Kelly and Ira Pohl. That was the book I used when I started learning C programming and it goes over basic concepts like loop structures and pointers in great, easy to understand detail. Also, I'd suggest learning C before trying to dig too deeply into the "object oriented" intricacies of C++. Once you learn C, the gap between programming win32 in C and programming win32 in ASM is surprisingly easy to bridge.

For asm, I'd highly reccommend Art of Assembly, also available in e-text form. Oh, and there is Sam's Teach Yourself C++ In 21 Days. Both of these are available at the protools site (protools.cjb.net).

Iczelion's win32 asm tuts are excellent as well, but more from a win API perspective than general programming logic and constructs. You can check those out at win32asm.cjb.net.

IMO, C is a great language but if you're learning to program solely for RCE purposes, you should probably learn ASM first since programming it will reinforce what you're seeing in SoftICE. Often its even possible to rip out part of the key generation code from your target and insert it into your own key-generator with a few modifications (the lazy man's way

Regards,
Clandestiny

BGI 5x
August 25th, 2001, 06:37
i've wrote lots of things but when i tried to send i got an error now my message is lost and im leaving for work, can you please mail the book to bgicrk@usa.net ?

tnx in advance
BGI 5x

Clandestiny
August 25th, 2001, 09:28
Hiya,

I attempted to send the book to the address you indicated, but it bounced back with the following error message...

Unable to Deliver to the following recipient(s).
<bgicrk@usa.net>:
mxpool01.netaddress.usa.net:550 <bgicrk@usa.net>... User has cancelled

The file is 1.65 megs zipped. Possibly this is too big for your email account ? What is the maximum size attachment you're able to recieve ?

Regards,
Clandestiny

BGI 5x
August 25th, 2001, 09:58
Increased space (32MB total!)

bgicrk@hushmail.com

im sure this will work sorry for the problem at usa.net i just subscribed some days ago.

btw, i can understand asm but i feel i need to code sometime in c++, not just rip the asm and compile, as im doing these days.

Thanks Clandestiny