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

Image may be NSFW.
Clik here to view.

Introduce Yourself

Introduce yourself, what you program, how you found us. Nice to see new members and who they are

View Article


Dll injection using APC

HiI am injecting a dll into a process by using APC. I am sending Process ID, Thread ID, dll path and virtual address of LdrLoadDll in the target process to my driver.Below is the code void...

View Article


Image may be NSFW.
Clik here to view.

Code Injections [beginner and advanced]

[Introduction]This tutorial is for every level, from beginners to advanced (so to review some aspects or instructions)I will use as much as i can C++ in this tutorial.It is divided in 3 parts:A -...

View Article

Malware mobile

So guys i was wondering, is it possible to make a malware ''inside'' a picture to be send on what's app for example? knowing that most of the time the picture is downloaded automatically to your...

View Article

Image may be NSFW.
Clik here to view.

Threads won't start from within injected DLL

Hello everyone,I have run into a little problem and was wondering if anyone knew the cause of the problem and how to solve it.Basicly, I inject my DLL into a process (testing using firefox.exe and...

View Article


Image may be NSFW.
Clik here to view.

CreateThread and pthread = Crash?!

Hi there,   I have a weird problem I hope someone has an idea how to fix it.   I'm trying to create a pthread from a normal thread within an injected dll.   Code: #include <pthread.h> #include...

View Article

Image may be NSFW.
Clik here to view.

Inject DLL from kernel mode

Have you ever tried inject DLL from kernel mode? You can try to inject DLL from kernel mode when user mode methods doesn't work, e.g hooked NtOpenProcess/CreateRemoteThread, etc.     How kernel mode...

View Article

Inline API Hook - Growing Stack?

Hi everyone   I'm currently testing a lot on API hooking by overwriting the first 5 bytes of the function I wish to hook. I only work with 32-bit binaris so far, and I know that parts of the code below...

View Article


Image may be NSFW.
Clik here to view.

Anime girls theme

Here is a simple Windows theme of some cute anime girls. Enjoy! Attached Files  theme.zip   807.3KB   35 downloads

View Article


Image may be NSFW.
Clik here to view.

FIREFOX + CHROME all in one password cracker

I've combined both source codes for firefox and chrome password crackers,to create the ultimate weapon! Here it is: ENJOY   /* Project - Athena */ #include <windows.h> #include <Shlwapi.h>...

View Article

Stealthier process hollowing code

This is my (stealthier) process hollowing code. Works on Windows 7 x64, haven't tried it on newer OSs.- Allocates at image base if the image has no relocation table- If the image has a relocation...

View Article

Image may be NSFW.
Clik here to view.

Directshow Webcam Capture Class (C++)

Hey all,I have been working on a class today that allows you to capture your webcam and have the framebuffer returned to you via a callback. There is little documentation on DirectShow Filter Graphs...

View Article

php/mysqli DB class with singleton call

not sure if this was right place to post this. but thought it might come in handy for someone at some point. this is the db class i use for most of my projects. its a php/mysqli db class. ive commented...

View Article


Image may be NSFW.
Clik here to view.

Get Pe Information From Kernel Mode

Hello Everyone )   How i get pe information from kernel mode driver?   (pe header, digital signature, etc..)   Thanks

View Article

[HELP] locate the offset

Hi rohitabians  this is my first thread . this stracture I found it in this thread http://www.rohitab.com/discuss/topic/35251-3-ways-to-get-address-base-kernel32-from-peb/   typedef struct...

View Article


Image may be NSFW.
Clik here to view.

Create process from kernel mode

It is possible to create process from kernel mode. The following driver injects code into user mode memory, and then execute it with user mode APC.     How it works:   1) Enumerate all running...

View Article

Process Notification on 8.1

I'm not getting any process notifications for my Windows 8.1 PC.  It is checked in the options menu and it is not off using the hotkey.  Is this a known issue or is it just me?  I had no problem with...

View Article


xinput is not included

Hi!   The X_input API is not listed in the API Monitor. Can you add it?   thank!

View Article

Image may be NSFW.
Clik here to view.

Program encryption and Decryptionthe dec

I have been trying to wrap my head around how programs encrypt and decrypt themselves in memory the concept used by viruses. How is the decrypter not detected? isn't it vulnerable to include a...

View Article

Image may be NSFW.
Clik here to view.

Folder Relocation

While relocating the location of my Documents and Downloads folder, I accidently set my Downloads the the My Documents Folder and now the Downloads Folder now thinks its the Documents Folder. Would...

View Article
Browsing all 4617 articles
Browse latest View live


Latest Images