Quantcast
Channel: New Topics
Browsing all 4617 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

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 Article


Enable/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 Article


DLL 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 Article

Image may be NSFW.
Clik here to view.

What 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 Article

Good 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 Article


Image may be NSFW.
Clik here to view.

Reversing, 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 Article

Image may be NSFW.
Clik here to view.

Time 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 Article

Ways 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 Article


MSDN 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 Article


Proxy 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 Article

Any 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 Article

help 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 Article

KEYLOGGER 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 Article


Log 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 Article

Save 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 Article


API 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 Article

Courage at it's best

You've never seen someone more courageous then this man:http://m.youtube.com/watch?v=qq8zFLIftGk

View Article


How 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 Article

dll 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 Article

Prevent 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
Browsing all 4617 articles
Browse latest View live


Latest Images