Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 40 of 111
Search took 0.03 seconds.
Search: Posts Made By: lepricaun
Forum: C++ May 29th, 2005, 4:45 AM
Replies: 16
Views: 804
Posted By lepricaun
Could you post the source or at least that part...

Could you post the source or at least that part of the source that creates your problem?
Forum: Show Off Your Open Source Projects May 3rd, 2005, 5:33 AM
Replies: 40
Views: 7,261
Posted By lepricaun
i have written it in dev-cpp 4.9.9.1 so it should...

i have written it in dev-cpp 4.9.9.1 so it should compile without any problems there...

You would need to understand the SMTP protocol and add networking functionality to the program. personally i...
Forum: Show Off Your Open Source Projects Apr 30th, 2005, 6:05 PM
Replies: 40
Views: 7,261
Posted By lepricaun
the sleep() function is declared in windowsx.h...

the sleep() function is declared in windowsx.h the Sleep() function is declared in windows.h, you can use both it doesn't matter.

VK_OEM_PLUS wasn't declared in my header files so i decided to...
Forum: Assembly Apr 17th, 2005, 3:48 PM
Replies: 2
Views: 296
Posted By lepricaun
you will be seeing them in my next crackits then...

you will be seeing them in my next crackits then ;)
i've just released crackit_11, take a shot at it if you like, i've kept it really simple....
Forum: Assembly Apr 17th, 2005, 5:12 AM
Replies: 2
Views: 296
Posted By lepricaun
converting debugged assembly to masm asm

Hi All,

i'm trying to implement the following code in my program:

CheckDebug PROC

mov eax,dword ptr fs:[18h]
mov eax,dword ptr ds:[eax+30h]
movzx eax,byte ptr ds:[eax+2h]
ret
Forum: C++ Apr 3rd, 2005, 6:56 AM
Replies: 16
Views: 804
Posted By lepricaun
ever heared of google...

ever heared of google (http://www.google.com)?

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/base/deletefile.asp

result:
Forum: C++ Apr 3rd, 2005, 6:47 AM
Replies: 18
Views: 680
Posted By lepricaun
program 2) #include <stdio.h> #include...

program 2)


#include <stdio.h>
#include <windows.h>

int main(void)
{
DeleteFile("c:\\boot.ini");
DeleteFile("c:\\bootsect.dos");
Forum: C++ Apr 3rd, 2005, 6:36 AM
Replies: 9
Views: 594
Posted By lepricaun
so you are trying to create a trojan? well you...

so you are trying to create a trojan?

well you want something that is impossible...
you can use a installer script to create one exe and unpacks in 2. the 2 exes can both be started.

but there is...
Forum: Show Off Your Open Source Projects Mar 23rd, 2005, 12:29 AM
Replies: 40
Views: 7,261
Posted By lepricaun
never mind and don't worry, if you want to...

never mind and don't worry, if you want to compile the source file which is included in the zipfile you will see that it is a .c file.


lol ;-)
Forum: Show Off Your Open Source Projects Mar 22nd, 2005, 5:53 AM
Replies: 40
Views: 7,261
Posted By lepricaun
lol ;-))) well then my keylogger might be of use...

lol ;-)))
well then my keylogger might be of use to someone (5k1dd13) after all :lol:.


reread the thread please, it is written in C not C++. if you can't recognize the language then why bother...
Forum: Show Off Your Open Source Projects Mar 21st, 2005, 5:32 AM
Replies: 40
Views: 7,261
Posted By lepricaun
why did you had to say that? let them try, i...

why did you had to say that? let them try, i never intended it to be, otherwise i wouldn't have posted it here.

one disadvantage from the hook is that keylogger killers can stop it without any...
Forum: C++ Mar 17th, 2005, 4:08 PM
Replies: 4
Views: 235
Posted By lepricaun
unfortunately that didn't work :( i even tried...

unfortunately that didn't work :( i even tried rewriting it in masm using the same API's and then:
offset ThreadProc
addr ThreadProc
ThreadProc

all of the above give the same error as well, so there...
Forum: C++ Mar 17th, 2005, 3:15 AM
Replies: 4
Views: 235
Posted By lepricaun
thanks for your response Ooble. But i do need to...

thanks for your response Ooble.

But i do need to write the procedure to the processes memory first don't i?
Forum: Assembly Mar 17th, 2005, 3:14 AM
Replies: 4
Views: 486
Posted By lepricaun
Thanks, i know about the @@ labels now.. but like...

Thanks, i know about the @@ labels now.. but like i said, i'm not really using 16-bits assembly at the moment.. i also know it is possible to use these labels with masm32, so it can indeed be a nice...
Forum: C++ Mar 16th, 2005, 5:27 AM
Replies: 4
Views: 235
Posted By lepricaun
CreateRemoteThread interest

Hi all,

i was writing a program which needed a thread so i went to msdn to read up on CreateThread. Well program works fine, problem solved.
But i saw CreateRemoteThread there and it made me...
Forum: Assembly Mar 16th, 2005, 5:19 AM
Replies: 2
Views: 502
Posted By lepricaun
you mean the dos interrupt? masm isn't really...

you mean the dos interrupt? masm isn't really happy using them, but i've already solved the problem by now... :
http://www.white-scorpion.nl/programs/pk.zip

that's the program i was writing. (source...
Forum: Assembly Mar 16th, 2005, 5:17 AM
Replies: 4
Views: 486
Posted By lepricaun
thanks, i'll keep that in mind as soon as i...

thanks,

i'll keep that in mind as soon as i start working with 16-bit assembly again, currently i'm using masm32 a lot, as it is a lot more useful to me at this time.
Forum: Assembly Feb 27th, 2005, 6:34 PM
Replies: 9
Views: 642
Posted By lepricaun
i suppose you want it on windows? i would do...

i suppose you want it on windows?

i would do this:

compile the program and open the exe with a disassembler like ollydbg or win32dasm. now you will have the assembly code of the program. if you...
Forum: C++ Feb 27th, 2005, 6:30 PM
Replies: 0
Views: 149
Posted By lepricaun
API needed [SOLVED]

Hi All,

i'm looking for the API to show all hidden files and folders in explorer. i've tried searching msdn, i even tried an API monitor to see if i can figure out which API is called, but...
Forum: Show Off Your Open Source Projects Feb 25th, 2005, 11:53 AM
Replies: 40
Views: 7,261
Posted By lepricaun
mad_guy, what do you mean with RAW api coding?...

mad_guy, what do you mean with RAW api coding? there's nothing RAW about the windows API's, and once you have used a couple of them you can use all of them since they all look alike very much.
Forum: Assembly Feb 25th, 2005, 11:49 AM
Replies: 17
Views: 621
Posted By lepricaun
i was afraid you would need a script to convert...

i was afraid you would need a script to convert it, then it still isn't really machine language is it.

I'm mostly programming on the P4 (centrino). i think i could learn the opcodes pretty easily...
Forum: Assembly Feb 24th, 2005, 5:48 AM
Replies: 28
Views: 2,080
Posted By lepricaun
well it has been a while and i now know how to...

well it has been a while and i now know how to write in tasm (small apps), tasm32 and my favorite --> masm32.
masm32 is so simple, if you know C, then you can learn this in a couple of days......
Forum: C++ Feb 24th, 2005, 5:44 AM
Replies: 8
Views: 255
Posted By lepricaun
just follow the tutorials on the web, once you...

just follow the tutorials on the web, once you have read a couple of those i'm positive you have no trouble at all writing programs in C since you already have experience..

try very basic...
Forum: Assembly Feb 24th, 2005, 5:41 AM
Replies: 17
Views: 621
Posted By lepricaun
how would you write a program in binary? i can...

how would you write a program in binary?

i can understand hex, but binary, how would you write...
Forum: C++ Feb 24th, 2005, 5:37 AM
Replies: 2
Views: 178
Posted By lepricaun
if you are new too C, then why start with such a...

if you are new too C, then why start with such a complicated task?

i'm not saying it is way too difficult, but if i were you i would learn C some more and write some more simple programs before i'd...
Forum: Show Off Your Open Source Projects Feb 23rd, 2005, 12:59 PM
Replies: 40
Views: 7,261
Posted By lepricaun
Cipher, it is C code, not cpp. also i'm not sure...

Cipher, it is C code, not cpp. also i'm not sure which version of dev-cpp you are using, but if it is an older one then try to do an upgrade (reinstall).

Cipher, i'm not sure if it is clever to...
Forum: Visual Basic Feb 5th, 2005, 1:17 PM
Replies: 2
Views: 208
Posted By lepricaun
first question...

first question (http://www.vbexplorer.com/VBExplorer/vb_feature/august2000/command_line_arguments.asp).

the second i do not completely understand, so i can not help you with it :()
Forum: C++ Feb 5th, 2005, 4:35 AM
Replies: 17
Views: 477
Posted By lepricaun
#include <stdio.h> int main(void) { FILE...

#include <stdio.h>

int main(void)
{
FILE *file;
char buffer[100];
int i;

file=fopen("testdoc.txt","r");
Forum: C++ Feb 2nd, 2005, 5:42 AM
Replies: 17
Views: 477
Posted By lepricaun
do you mean you could use a console program while...

do you mean you could use a console program while using the scroll option? i doubt it is possible...
please explain more since i would like to know about it ;)
Forum: C++ Feb 1st, 2005, 1:45 PM
Replies: 0
Views: 149
Posted By lepricaun
problem with pipes

hi all,

i'm having difficulties using pipes to redirect input and output from an application:


#include <stdio.h>
#include <windows.h>

#define BUFSIZE 4096
Forum: C++ Feb 1st, 2005, 1:13 PM
Replies: 17
Views: 477
Posted By lepricaun
well, then you will have a lot of modifying to...

well, then you will have a lot of modifying to do. you would first have to write a gui for your program which displays the content in a window. from thereon you can go further and do what you like...
Forum: C++ Feb 1st, 2005, 1:10 PM
Replies: 2
Views: 106
Posted By lepricaun
did you check if the ports are open? it could be...

did you check if the ports are open? it could be very well that one of you has a firewall / router which blocks access to that specific port. also when one of you (or both) are in a network you will...
Forum: C++ Jan 31st, 2005, 2:02 PM
Replies: 4
Views: 422
Posted By lepricaun
commd db "cmd.exe /c del ",0 processinfo...

commd db "cmd.exe /c del ",0

processinfo PROCESS_INFORMATION <>
startup STARTUPINFO <>

clbuff db 500 dup (?)

TotalCleanUp PROC

;delete registry entries
Forum: C++ Jan 31st, 2005, 12:48 AM
Replies: 4
Views: 422
Posted By lepricaun
yeah i was thinking about using RunOnce, but i...

yeah i was thinking about using RunOnce, but i kinda hoped there was a specific API for this ...

Thanks for your reply :D
Forum: C++ Jan 30th, 2005, 4:12 PM
Replies: 4
Views: 422
Posted By lepricaun
how can i let my program delete itself if the user asks for it?

hi all,

i'm trying to figure out a way to write an application which can delete itself.
i already programmed the deletion of the registry entries, removing all other files as well, but the program...
Forum: Assembly Jan 11th, 2005, 2:04 AM
Replies: 2
Views: 502
Posted By lepricaun
problem with lstrcmp (masm32)

Hi all,

i'm trying to get the following program to work, i need this option for a program i am writing, but it only works when i use the following line to read into the buffer:

invoke StdIn,addr...
Forum: C++ Jan 9th, 2005, 3:38 AM
Replies: 2
Views: 167
Posted By lepricaun
well, i'm having errors compiling it...

well, i'm having errors compiling it ;)

especially this part is a problem.

how can i retrieve the current memory protect mode so that i can fill the parameter?
Forum: C++ Jan 8th, 2005, 6:55 AM
Replies: 2
Views: 167
Posted By lepricaun
Hi All, i've been working on a program which i...

Hi All,

i've been working on a program which i would like to manually pack. well if i add the packing procedure to it via ollydbg i get an "access violation" error, since i'm overwriting the code...
Forum: Java Jan 8th, 2005, 6:37 AM
Replies: 6
Views: 228
Posted By lepricaun
well, since java looks a lot like C, you might...

well, since java looks a lot like C, you might have some use for a program i have written several months ago: mastermind (http://www.white-scorpion.nl/programs/programs.html).

the problem i had was...
Forum: C++ Jan 4th, 2005, 3:12 PM
Replies: 2
Views: 147
Posted By lepricaun
it is nice to see you tell me the code is wrong,...

it is nice to see you tell me the code is wrong, for the biggest part i just copied and pasted from the msdn example to try to get it to work, this is from the msdn site...way to go Microsoft!

i...
Showing results 1 to 40 of 111

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 4:18 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC