↧
Basic key logger but very small
This isn't fancy like some I have seen here, but it is less than 5000 bytes. I am interested in a keylogger that would save screenshots at adjustable intervals as well as typed input. CODE Intel...
View ArticleHook (bypass) kernel32.dll IsDebuggerPresent
I've found a code that bypass the IsDebuggerPresent in a anti cheat, but i don't know how use. Follow the code: CODE C++ Language #include <stdio.h> #include <stdlib.h> #include...
View Articlesocket to norton c++
People i tried my socket app on several machine, the only AV that blocks it is norton, how can i avoid norton detection?? i'm curious, i tried even with reverse connection but it's useless do i have to...
View Articlewindows.h
hey wasup guyz am new to programming but made a few programs but can somebody please explain to me <windows.h> in full detail without refering me to msdn..............
View ArticleReading OptionalHeader in a remote process
Hi, When I read the IMAGE_NT_HEADERS struct from a remote process, I get the right value for "NtHdr->Signature" but I don't get right values for the fields of the IMAGE_OPTIONAL_HEADER struct. e.g....
View ArticleIAT and WS2_32.dll
Does anybody have an idea why you cannot find the functions of WS2_32.dll in the import address table? I tried to scan several PE files, on disk and in memory and it finds the dll WS2_32.dll but it...
View ArticleExample usage of SetThreadContext
This is example usage of SetThreadContext function. This program will kill a process using SetThreadContext function. CODE C Language #define _WIN32_WINNT 0x600 #include <iostream> #include...
View Article[C] Bejeweled Blitz Bot
Hi all, I was browsing through my code projects and I found my old CLI coded BBlitz bot for Facebook, I remembered my old topic; http://www.rohitab.c...eled-blitz-bot/ What I decided to do was to...
View ArticleMultiTouch Screen Driver
hi, i'm just want to write a multi touch screen driver, can u please help me how to start? is here any API for it in windows, just like we do with mouse events? for example i just want to click on a...
View ArticleHow to read PE Header of an executable using C
Hello to all RTs I wanna know how to read PE/PEX header of a win32 executable Thanx to all giving your precious time to my post
View ArticleDisabled computer
Does anyone know of any consumer computer that requires the motherboard and hard drive be replaced if the bios password has been forgotten ? That is the case with a laptop that I have. People make...
View Article[ADVANCED] rtmpdump output
Do any of you know the rtmpdump? With it you can capture flash streaming and get the streaming and send that output to something like VideoLAN (VLC Player) Using it compiled, just do so in Linux...
View ArticleWhy can't I cannot make more than 3 post/day and use my PM(s)
@Admin/@MODS Why can't I cannot make more than 3 post/day and use my PM(s) Please help me(I can only use 2 more post today)...
View ArticleWinsock problem
Hello guys and girls Simple introduction (SKIP THIS IF YOU WANT): To start off, I'm new here, and I have a problem, but that's not the reason why I registered in rohitab forums. I've followed rohitab...
View ArticleConverting project from ansi to unicode
Hi guys, I have a medium-large C winapi project that is using the ansi character set. I want to be able to support multiple languages, but I believe that most things will break if I define UNICODE. Is...
View ArticleDelay needed
The snow falls too fast and I would like to slow it down. I have some code for a CPU independent delay but don't know where to put the delay. Thanks. CODE C Language ; snow.asm 16 bit Tasm code ;...
View ArticleLinux on a pen drive
I haven't had much luck with running Linux from a pen drive. I have tried Slax, Mint, Ubuntu, etc. Linux Mint 14 worked for a while, but then stopped. I like the graphics and would like to get it working.
View Article[Request] C++ Accessing kernel ?
Hi every body, and happy christmas i want to acess kernel api's via VC++ 6.0 or Visual Studio 2012 - What are the required classes, libraries, sdk's etc. ? And how can get them ? -Thanks / Efe
View Article[C] Bejeweled Blitz Bot
Hi all, I was browsing through my code projects and I found my old CLI coded BBlitz bot for Facebook, I remembered my old topic; http://www.rohitab.c...eled-blitz-bot/ What I decided to do was to...
View ArticleInjecting a dll by codecaving and changing context thread
Hi all, I've been workin' on a DLL injector lately, it works by injecting code and changing the EIP of the context thread which makes it executes the DLL I'm injecting. Now problem is, sometimes it...
View Article