Started 3 months, 3 weeks ago (2009-09-01 14:44:00)
by oliccm
i think it may have been written in borland??? i had a look at the exe file in a
hex editor and found a bit about borland. how can i decompile this?
Started 3 weeks, 4 days ago (2009-11-30 00:00:00)
Combination that adds up to a number - rohitab.com - Forums...
Started 3 months, 3 weeks ago (2009-09-02 08:27:00)
by illuz1oN
if its allocated on the stack locally, e.g: char keybuf[50] = { 0 }; then you can't make the size, more or less than 50. It's 50, wether you like it or not. If it's a pointer, you can malloc however much you want, then
realloc to an even greater size (aslong as it doesn't fail) to hold more key strokes. I think that's what you're looking for.
Started 1 month, 2 weeks ago (2009-11-07 00:00:00)
AI: Programming the
Neuron - rohitab.com - Forums
rohitab.com - Forums: AI: ...
Started 1 month, 3 weeks ago (2009-11-04 00:00:00)
read from a movie file and creating a copy of it in another drive - rohitab.com - Forums...
Started 2 months, 1 week ago (2009-10-19 00:00:00)
Object Oriented programming is full of fail - rohitab.com - Forums
jsDebug = 0; /* Must come before JS includes */
USE_RTE = 0;
inACP = false;...
Started 8 months ago (2009-04-29 06:05:00)
by Uranium-239
http://en.wikipedia.org/wiki/Dijkstra%27s_algorith m Should help.
Started 4 months, 3 weeks ago (2009-07-30 14:47:00)
by ExtremeCoder
Maybe your friend has found an exploit for the browser you were using... it is common to have that kind of thing implemented in the executed
shellcode (silent download + execute)
Started 1 week, 5 days ago (2009-12-13 00:00:00)
Making a RUN prompt - rohitab.com - Forums
rohitab.com - ...
Started 3 months, 3 weeks ago (2009-08-30 18:31:00)
by ExtremeCoder
Code your own client and server files. And the
remote shell should be seperate to file downloads/uploads.