Forum: C++
May 29th, 2005, 4:45 AM
|
|
Replies: 16
Views: 804
|
Forum: Show Off Your Open Source Projects
May 3rd, 2005, 5:33 AM
|
|
Replies: 40
Views: 7,261
|
Forum: Show Off Your Open Source Projects
Apr 30th, 2005, 6:05 PM
|
|
Replies: 40
Views: 7,261
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
|
Forum: Assembly
Apr 17th, 2005, 5:12 AM
|
|
Replies: 2
Views: 296
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
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
|
Forum: C++
Apr 3rd, 2005, 6:36 AM
|
|
Replies: 9
Views: 594
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
|
Forum: Show Off Your Open Source Projects
Mar 22nd, 2005, 5:53 AM
|
|
Replies: 40
Views: 7,261
|
Forum: Show Off Your Open Source Projects
Mar 21st, 2005, 5:32 AM
|
|
Replies: 40
Views: 7,261
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
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
|
Forum: Assembly
Mar 17th, 2005, 3:14 AM
|
|
Replies: 4
Views: 486
|
Forum: C++
Mar 16th, 2005, 5:27 AM
|
|
Replies: 4
Views: 235
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
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
|
Forum: Assembly
Feb 27th, 2005, 6:34 PM
|
|
Replies: 9
Views: 642
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
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
|
Forum: Assembly
Feb 25th, 2005, 11:49 AM
|
|
Replies: 17
Views: 621
|
Forum: Assembly
Feb 24th, 2005, 5:48 AM
|
|
Replies: 28
Views: 2,080
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
|
Forum: Assembly
Feb 24th, 2005, 5:41 AM
|
|
Replies: 17
Views: 621
|
Forum: C++
Feb 24th, 2005, 5:37 AM
|
|
Replies: 2
Views: 178
|
Forum: Show Off Your Open Source Projects
Feb 23rd, 2005, 12:59 PM
|
|
Replies: 40
Views: 7,261
|
Forum: Visual Basic
Feb 5th, 2005, 1:17 PM
|
|
Replies: 2
Views: 208
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
|
Forum: C++
Feb 2nd, 2005, 5:42 AM
|
|
Replies: 17
Views: 477
|
Forum: C++
Feb 1st, 2005, 1:45 PM
|
|
Replies: 0
Views: 149
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
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
|
Forum: C++
Jan 31st, 2005, 2:02 PM
|
|
Replies: 4
Views: 422
|
Forum: C++
Jan 31st, 2005, 12:48 AM
|
|
Replies: 4
Views: 422
|
Forum: C++
Jan 30th, 2005, 4:12 PM
|
|
Replies: 4
Views: 422
|
Forum: Assembly
Jan 11th, 2005, 2:04 AM
|
|
Replies: 2
Views: 502
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
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
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
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
|