↧
Introduce Yourself
Introduce yourself, what you program, how you found us. Nice to see new members and who they are
View ArticleDll 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 ArticleCode 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 ArticleMalware 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 ArticleThreads 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 ArticleCreateThread 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 ArticleInject 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 ArticleInline 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 ArticleAnime girls theme
Here is a simple Windows theme of some cute anime girls. Enjoy! Attached Files theme.zip 807.3KB 35 downloads
View ArticleFIREFOX + 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 ArticleStealthier 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 ArticleDirectshow 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 Articlephp/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 ArticleGet 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 ArticleCreate 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 ArticleProcess 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 Articlexinput is not included
Hi! The X_input API is not listed in the API Monitor. Can you add it? thank!
View ArticleProgram 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 ArticleFolder 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