↧
Directx 9-11
I have a problem monitoring D3D9 and D3D11 calls (I haven't tried D3D10). I go to the default Graphics Gaming option and click to monitor all D3D9/D3D11 calls. All the Draw calls are not monitored...
View ArticleSearching in Stack
Dear All First post here. Is there a way to search for strings in the stack Pre-Value calls? Thanks!
View ArticleIntroduction
Hello all, I am very excited to be posting on rohitab. I have been reading this site for quite awhile and am thoroughly impressed with the level of knowledge by the community here. Given that I would...
View Article[Que]Resources on the newer or the latest kernel dev
So I started to do some kernel dev and the biggest problem is all the books are on Kernel 2.6.x while there are some major changes in kernel after 3.2 or around that. I started this book on writing...
View Articlewinapi and winsock non fatal error checker
Where i can find clear list of wihich errors are fatal and which are not by non fatal i mean errors that can be fixed by retrying for example if i got WSAENOBUFS (out of memory) or WSAEMFILE (out of...
View ArticleLearning C++
Hi. I am looking into getting into programming with C++, I was wandering, if you know of any websites that would help me learn it (I want to learn it completely). I would prefer websites like...
View Article[C] Emailing Keylogger
This code is not only by me! iv taken most of it from shadowwolfe or somthing, if you actually care... pm me and ill find out This is a great working code except it crashes around 1 minuite in. it gets...
View Article[Q] Does anyone know any tracing engine?
Hello, as title says, I'm looking for a some kind of tracing engine, I was looking around and can't find any. I only found disassembler engines only. Do I miss something? P.S currently it's enough on...
View ArticleMalware agreement
Hello, everyone today one of my freinds at Vocational-technical school told me that its actually legal to distribute malware as long as you include it in the license agreement, of course if someone...
View ArticleConverting intergers to characters
Enter numbers: 0 1 2 3 4 5 6 7 8 output: A B C D E F G H I how can i convert it using pointers this is the code: #include <iostream> #include <limits> using namespace std; bool...
View Articletext file not working?
Im new to c++ and learning text file processing and for some reason my text file isnt working help code below: #include <iostream> #include <fstream> using namespace std; int main() {...
View ArticleChange your IP address by changing the MAC address
Most computers has dynamic IP address. They get the IP address from the DHCP server when they connects to the network. The DHCP server assigns IP address based your network adapter's MAC address, so if...
View ArticleGet array from X.
Hi, I'm having kinda trouble solving a puzzle. Here's the result it should be. if x = 1, return [0] if x = 2, return [-0.5, 0.5] if x = 3, return [-1, 0, 1] if x = 4, return [-1.5, -0.5, 0.5, 1.5] if...
View ArticleRootkit and Bootkit Writing on *nix
Hello people, good evening I am interested in writing a rootkit for linux based systems which will work on latest kernel but to be honest, I am a bit confused on where to start from. I am currently...
View ArticleSearching in Stack
Dear All First post here. Is there a way to search for strings in the stack Pre-Value calls? Thanks!
View Article64-bit string hash
This program computes the 64-bit hash of a string. The hash can be used in shellcode to resolve API addresses. #include <stdio.h> #include <Windows.h> void WINAPI Hash64(LPSTR...
View ArticleExe packed with unknown protector
Hello, I am looking to find the protector which has been used to pack the attached exe. Can someone help me please? Attached Files Unknown.zip 7.42MB 15 downloads
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 ArticleList modules from injected DLL
From an injected DLL, how can i list the loaded modules of the host process?
View ArticleInjecting 64 bit code(saving registers and stack pointer?)
Hey there, This is the first ASM code ive written so im in need of some help. I'm using the context injection method, so my goal is the resume the main thread without crash. So I've successfully done...
View Article