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

Image may be NSFW.
Clik here to view.

c++ d3d9 hook vtable

So i'm trying to make a tracer wallhack for bfbc2 but i can't seem to get this hook to work anyone have any ideas how i can fix this any knowledge is appreciated the game is running d3d9...

View Article


Image may be NSFW.
Clik here to view.

glClear Hook Draw Rect

I'm trying to hook the glClear function of OpenGL32.dll. I want to draw a rectangle in the screen, but when i do this the OpenGL window content turns black. I did a mid function hook and seems that its...

View Article


Native function to remove wchar_t character from buffer

Suppose we got unicode pointer holding some unicode data(buffer),so for now we assume "hello world,ok" as our test buffer. //Buffer can vary in size,so calculating string length would be a must...

View Article

Issue Decrypting AES with Windows CryptoAPI.

Hello there I have a Stack Overflow post made here... http://stackoverflow.com/questions/31821456/encrypt-text-with-aes-with-phpseclib-decrypt-text-with-c-windows-crypto-api   Currently verified that:...

View Article

Image may be NSFW.
Clik here to view.

[Tutorial] The different ways of hooking

Hey guys This is a tutorial about the most hooking techniques, the common ones and the more uncommon ones. It was written by me and I already posted it on UC but decided to post it here aswell. You'll...

View Article


Image may be NSFW.
Clik here to view.

Manual DLL injection

Manual DLL injection is a technique for stealth DLL injection. It works by copying the DLL image into target process's address space. The injector then copy the loader code into target process's...

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

Image may be NSFW.
Clik here to view.

Best prank

Me and a co-worker got into an argument last week on who is the better programmer in C++ between us two.I told the guy a million times to stop saying sh*t about me around my back,'cause im not a guy to...

View Article


Anti Dll Injection

A very simple way how to protect our prog. from being injected by a dll... There are other ways too (for example a a ssdt hook (LdrLoadLibrary, RtlCreateUserThread...), or something...).code:// ANTI...

View Article


Image may be NSFW.
Clik here to view.

PE injection (new)

A new version of my previous PE injection program.   #include <stdio.h> #include <Windows.h> DWORD WINAPI ThreadProc(PVOID p) { MessageBox(NULL,"Message from injected...

View Article

Image may be NSFW.
Clik here to view.

Switching into session 0

Starting from Windows Vista, service processes runs in session, while applications runs in other sessions, so applications can't interact with service processes.   Normally, you can't interact with the...

View Article

Hello rohitab'ins (Bug or forum feature) ?

I registered here to private message an forum member but  since day i registered i can't post nor can i private message. It's really urgent for me to get in touch with the person athen.. but i can't...

View Article

UAC Bypass Help

Hi to everybody.   I'm trying bypass UAC from windows 7. I see some source in this forum but doesnt work.   I want to know more about the "CheckElevation" and how it works.   i do it. #include...

View Article


Freesia

This song is so soft. Enjoy!   Singer: Rie Tanaka (田中理恵)  

View Article

Furture of Windows : Will it Hang out for long ?

Hello,    I know C/C++ and I want to make are network security products.   Some friends & seniors of mine are suggesting to lean towards "Linux" because of the ease, security,flexibility and...

View Article


Windows 10 is a scam

Ooh, shiny! Let's get it! It's Free! Free update! WOo!!   http://www.pcgamer.com/windows-10-can-disable-pirated-games/   WHAT'S THAT MOTHERFUCKERS?   I sure as hell won't be updating (I just admitted...

View Article

Image may be NSFW.
Clik here to view.

FSFilter Driver - Protect Process (x64)

Makes use a file system filter driver to apply IRP on specific process and deny access.   An alteration of the driver unloader code I posted a while back;    Protect.c #include <ntifs.h> #include...

View Article


Image may be NSFW.
Clik here to view.

Driver Hooking Help

Hello dear Rohitab community!   I'm trying to start a driver from cmd with SC Start command but Windows blocks it.. How can i stop Windows blocking this driver please?       Thanks, Best regards

View Article

Injection on Steroids: Code-less Code Injections and 0-Day Techniques(32...

A very interesting talk and code by Breaking malware.com See: http://breakingmalware.com/injection-techniques/code-less-code-injections-and-0-day-techniques/   Github with the code:...

View Article

Image may be NSFW.
Clik here to view.

IE11 XSS Issues

Hi all,   Complete noob here so please be gentle.   I have trawled the internet for an answer to this question and I cannot find anything, at all.   Problem:   Currently we are working on a punch out...

View Article
Browsing all 4617 articles
Browse latest View live


Latest Images