Support Forums

Full Version: Any one willing to do a white-hat Application? If yes please come in..
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(09-02-2010, 05:09 AM)thanasis2028 Wrote: [ -> ]No, something that protects from keylogging

I made something like that once, was awfully coded, time consuming (up to 2 hours for one character.) and made your CPU go up to 100% and killed your PC.

What it did, and don't do this, was it pretty much took the keys that you typed and then searched every text file for that exact text.

You said "Hello" it searched found something that said "Hello" and deleted the file. Not protection because it kept trying to delete system files. Roflmao
Sounds like it's going to be a very good program, what are you planning on coding it in?
Loooks at section of post.

*facepalm*

also ~ OP nice idea ;)
(09-06-2010, 12:36 PM)Scammer Wrote: [ -> ]Loooks at section of post.

*facepalm*

also ~ OP nice idea ;)

This section is for VB6, VB.NET, C#, F#, J# and ASP.NET...
(09-06-2010, 05:49 PM)xHtmlPhP Wrote: [ -> ]This section is for VB6, VB.NET, C#, F#, J# and ASP.NET...
Exactly, A key scrambler in VB? lol. You want to do C or maby even something more kernel level.
(09-07-2010, 12:07 PM)iraqkey Wrote: [ -> ]Exactly, A key scrambler in VB? lol. You want to do C or maby even something more kernel level.

LooL.

"More Kernel Level"
You could try injecting it in processes that are always running such as "explorer.exe" or something like that. I suck at coding but if you need any graphics for your program let me know.
(09-09-2010, 09:13 AM)Nemmyy Wrote: [ -> ]You could try injecting it in processes that are always running such as "explorer.exe" or something like that. I suck at coding but if you need any graphics for your program let me know.

Protip.

Code Injection In managed app's is impossible.

you cannot inject managed bytes into a native process.

but you can inject managed bytes into managed process ,etc
(09-09-2010, 09:49 AM)HF Troll Wrote: [ -> ]Protip.

Code Injection In managed app's is impossible.

you cannot inject managed bytes into a native process.

but you can inject managed bytes into managed process ,etc

So you could inject it into something like firefox?
(09-09-2010, 09:56 AM)Nemmyy Wrote: [ -> ]So you could inject it into something like firefox?

firefox is coded in C++

aka native app
Pages: 1 2 3