Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #25.0K
Ranked #4K
~2K People Reached
Favorite Forums
Favorite Tags
c++ x 7
c x 1

6 Posted Topics

Member Avatar for BountyX

[QUOTE=BountyX]Also if inline is the way to go, any good resources on that heh. Like what registers am I free to use? Or can I use them and just restore later?[/QUOTE] Basically, in c++, if you wanted to create a pure asm function, using inline, you'd do something similar to …

Member Avatar for naradasu74
0
522
Member Avatar for forgotten
Member Avatar for Bleek

Sleep is a kernel32.dll function. All exports of kernel32.dll are typically associated with windows.h.

Member Avatar for BountyX
1
225
Member Avatar for BountyX

One method to do such is to use gdi+. I did it before, but I can't remember exactly how. Hopefully google, coupled with my reference, can help. :]

Member Avatar for BountyX
0
137
Member Avatar for BountyX

Open winsock on port 23, then just send the data away. Assuming you'll get a reply for every telnet command you send, you can just use blocking winsock commands in a loop. i.e: [code] readdata(Filename, CommandArray) initwinsock() for (int x=0;x<UpperBound(IPList);x++) { connect(ip) for (int i=0;i<UpperBound(CommandArray);i++) { send(CommandArray[i]) recv(RecieveBuffer) handlebuffer(RecieveBuffer) } …

Member Avatar for infamous
0
358
Member Avatar for BountyX

Fuck. I wrote a big essay on how to do it only to be confronted by a screen asking me to logon, then I lost it all.:evil: Here I go again.. API hooking is usually done by placing a jmp opcode at the start of the function the programmer wants …

Member Avatar for Aaerox
0
649

The End.