↧
Formgrabber source (c + +)
Hi everyone I am giving out formgrabber written in C + + it s work lika a charm for me . $Chrome / Chrome SSL $Firefox | Firefox SSL $Internet Explorer | Internet Explorer SSL It can be useful...
View ArticleEnable/Disable ASLR & DEP
Hello to you all! The code I'm going to post here represents the basic principle of changing flags in a PE. Nothing new or revolutionary,but it can be a good source for someone that wants to experiment...
View ArticleDLL Injection (Not the obvious term, dont know else to call it)
DLL Hijacking, DLL Injection, DLL Infection ... These verbs are all taken, but what I'm going to ask today doesn't really have a name, and its an honest question. So, I'm sure everyone knows of PE...
View ArticleWhat are Pointers? [Beginer, Advanced]
I spent the last few days adding to this tutorial bit by bit. I think it turned out kind of decent. Below I have attached a PDF file that is laid out slightly better than i could manage below. I...
View ArticleGood keylogger
I know that a lot of people are trying to program a keylogger in C/C++,and i've seen people that use GetAsyncKeyState method(in my opinion very cpu consuming) and i've decided to show you another...
View ArticleReversing, IDA, game engine, directx
Hi, I was looking for a guy who could help me learn more about reversing and IDA while helping me with 1 simple project of my There is one game where I need to remove directx rendering + object...
View ArticleTime dilation calculator
Time dilation occurs when an object is moving near the speed of light. The speed of light is 299792 km per second. When an object is moving near the speed of light, the time slows down. Time dilation...
View ArticleWays of killing thread?
Hello all!!! I am searching the ways of killing threads. I know theese apis "NtTerminateThread" , "ZwTerminateThread" , "ExitThread", "TerminateThread" is there any other way to kill thread?
View ArticleMSDN Docs
Am new to programming in the windows platform and was wondering, if Ms windows has got an offline documentation of its C/C++ functions API like how java has its offline documentation for...
View ArticleProxy for Unix terminal on windows?
I dont know anything about unix but there is something i need to do which requires i have a proxy. can someone tell me what command i should type for this? sorry if i sound like an idiot... anyways, im...
View ArticleAny chance of a Command Line Interface?
Greetings--I'm very impressed with API Monitor's capabilities and would love to explore the possiblity of creating API call traces from a command line interface to output the call trace to a file to...
View Articlehelp me please in programming with android
hi friend , please tel me How can I make writing from right to left in texbox i want my programm whrite with arabe please help me
View ArticleKEYLOGGER ARMAGEDDON
Can someone get me schedule an Armageddon Keylogger. This keylogger is very intelligent. The specialty of this Keylogger facina anyone in the hacker world market. This keylogger is not capturing...
View ArticleLog Keystrokes on a Full Screen RDP Session
Hey everyone, I'm looking for a solution for the following problem: I run a lokale keylogger on a Client computer. On this client computer I'm opening a RDP Session in full screen mode and try to...
View ArticleSave all API calls parameters, not just the selected call
Hello, There's a feature in the API monitor that allows to save the parameters (stack details) of the selected API call to a file, which is very useful. However, doing this for all calls (which is...
View ArticleAPI Monitor Suggestions
First of all, congratulations on what is a unique and amazing product. The only other program I have found that is close to this is Process Monitor. Of course, API Monitor is way more ambitious,...
View ArticleCourage at it's best
You've never seen someone more courageous then this man:http://m.youtube.com/watch?v=qq8zFLIftGk
View ArticleHow can i bind 2 files together?
how can i bind 2 files together? i put my encrypted file in the source of the executable file and it was detected by Av. I tried EOF and put the file in a array and all these methods were detected by...
View Articledll injection with CreateRemoteThread() returns error 87
Good morning, Been playing around with dll injection with c/c++ lately, I wanted to do some injection using CreateRemoteThread() into 2 processes like Iexplore.exe and chrome.exe, Firefox responds well...
View ArticlePrevent function call from dll injection / asm outside my code
Hello I needed something to prevent my function begin called outside the code of my process. Example this function: void ChangeHP(float fHP) { RealHP = fHP; } Attacker could use something like this in...
View Article