Search found 52 matches

by aiwnjoo
Mon Jul 12, 2010 6:20 pm
Forum: madCodeHook
Topic: Monitoring SMB file activity
Replies: 7
Views: 9567

Not sure if i can post this link but here goes;

http://www.wasm.ru/baixado.php?mode=tool&id=283

FileMon / RegMon v4.3xx Sources, hopefully this is what you need.
by aiwnjoo
Sun May 23, 2010 2:15 pm
Forum: fun talk
Topic: Any info on SnapWindow?
Replies: 1
Views: 10122

Any info on SnapWindow?

Im looking to use an alternative screenshot method than Bit/StretchBlt / glReadPixels / Direct3D, so i thought about using SnapWindow but it is not documented well does anyone have any snippets or links?

Or would you recommend using something else?
by aiwnjoo
Mon Mar 15, 2010 10:38 pm
Forum: madCodeHook
Topic: issue with Steam and wglSwapBuffers
Replies: 9
Views: 7234

Maybe your detouring? or hooking GetProcAddress which could cause a recursive stack overflow like this. Its more likely a Steam issue that MAD.
by aiwnjoo
Mon Mar 15, 2010 10:30 pm
Forum: fun talk
Topic: exe compressor?
Replies: 4
Views: 13775

UPX will pack and compress the executable, i don't see this causing many problems, your best off leaving unpacked though unless thats a security flaw for your app, if it is then look around for executable packers.
by aiwnjoo
Mon Mar 15, 2010 10:29 pm
Forum: fun talk
Topic: Security Tool for Games
Replies: 4
Views: 14088

If your just wanting to take game screenshot use my screenshot tool posted lower down if its still hosted, if not theres plenty of simple tools around. If your looking more into the anticheat side of it though, the code iconic gave me was for GDI (BitBlt) so its not of much use in todays world. I su...
by aiwnjoo
Mon Feb 01, 2010 7:54 am
Forum: fun talk
Topic: Creating True System Drivers Written in Delphi
Replies: 8
Views: 28572

This is Hacker Defender.

http://rootkit.host.sk

http://en.pudn.com/downloads46/sourceco ... 63_en.html

Or search hxdef on google :)
by aiwnjoo
Sun Jan 24, 2010 2:52 pm
Forum: fun talk
Topic: Problem on Windows 7 with GDI
Replies: 4
Views: 13949

So hook the game where its calling fullscreen enviroment then draw? Any way round it?
by aiwnjoo
Thu Jan 21, 2010 10:46 pm
Forum: fun talk
Topic: Problem on Windows 7 with GDI
Replies: 4
Views: 13949

bump, come on iconic ;)
by aiwnjoo
Mon Jan 18, 2010 3:57 pm
Forum: fun talk
Topic: Problem on Windows 7 with GDI
Replies: 4
Views: 13949

Problem on Windows 7 with GDI

Not sure if anyone can help but lets see; I have made a small tool that creates a transparent box and draws onto it, and all works fine with aero disabled but when i add this to display when a game is running (fullscreen) it does not show and as soon as the game is closed its visible again. There sh...
by aiwnjoo
Mon Jan 18, 2010 9:22 am
Forum: fun talk
Topic: hooking Ntcreateprocess
Replies: 2
Views: 11282

Why would you hook that function anyway?

It can be done with the mad collection so i suggest you go for that

viewtopic.php?p=17687

See iconics post, and many more discussing alternative ways than hooking that function on the forum.
by aiwnjoo
Mon Jan 18, 2010 9:15 am
Forum: fun talk
Topic: ms detours configuration installaltion for beginner
Replies: 4
Views: 15352

http://forum.gamedeception.net/showthread.php?t=16178

This might help if your still looking.
by aiwnjoo
Fri Sep 25, 2009 1:18 pm
Forum: madCodeHook
Topic: Hooking in safe mode?
Replies: 2
Views: 3900

From what i know safe mode will only load system services/drivers on a minimal level. Your hook will therefore fail unless each user will modify their safe mode boot settings, or if you can somehow modify a loaded service to spawn your hook which unfortunately there is not much public information an...
by aiwnjoo
Thu Sep 10, 2009 9:22 pm
Forum: fun talk
Topic: Security Tool for Games
Replies: 4
Views: 14088

yeh that would be cool, but i cant pm you... what i want to achieve is a client that will use 2 screenshot methods, and will have an interface that will allow me to stream updated code silently. i will use a few silent methods to detect cheats such as detours, module hiding, debug registers (Possibl...
by aiwnjoo
Mon Sep 07, 2009 9:21 am
Forum: fun talk
Topic: Security Tool for Games
Replies: 4
Views: 14088

Security Tool for Games

Hi guys, im thinking of commissioning someone to make an anticheat for a game. The reason i wont do it as its going to be usermode level which im not too in-depth with. I have a c# source pre-built that does some basic stuff and gui is done. I want it to support BitBlt and D3D screenshot functionali...
by aiwnjoo
Mon Sep 07, 2009 8:57 am
Forum: fun talk
Topic: New Security Tool Released
Replies: 22
Views: 60707

do you have email access as i cant pm you?