↧
Updated API definitions
Hi All. I've been documenting the format of the API definition files, and updating them, completing missing info. You can find my files at: https://github.com/semuel/api_monitor_apis suggestions...
View ArticleHow do i make post request from WinSock?
How do i make post request from winsock ? And that post request will be sent to an webpage where PHP handle all post information?
View ArticleIs it possible to capture LPC/ALPC communications ?
Hi folks, is it possible to capture LPC(Local Procedure Call) or ALPC(Advanced/Async. Local Procedure Call) communication data using API monitor ? I want to trace Nt*Port and NtAlpc*Port API's.
View ArticleParse C# from Python and list every variable, function name etc
Hello, i am trying to do something like a "variable names and value / function names and params etc" parser for C# projects in Python. Something like reflection but in Python for external C# projects...
View Article[Q] How to disassembly C# manually
Hi guys, I've tried to google this question, but every freaky page suggested one thing. TRY THIS AWESOME TOOL! Well, yeah. I don't want to deal with external tools. I would like to know how things...
View ArticleCode injection
Hi, Im new in rohitab.com they are other uses to inject code in all processes. other than to hide the processes / files / registry keys or formgrabber/webinject? and they are others ways to hide...
View ArticleHow to calculate entry point from PE header
i am reading value from IMAGE_OPTIONAL_HEADER32 Of PE File Format to get the Entry point where the Program begins. How can i Calculate Raw Offset of entry Point which hold the instructions ( text...
View ArticleAnother detailed guide to PE infection
I say hi to you all fellow rohitabians! What i want to explain to you in detail today is PE infection.A subject that can prove to be very challenging but very satisfying in the end ! What is required...
View ArticleIntroduce Yourself
Introduce yourself, what you program, how you found us. Nice to see new members and who they are
View ArticleCleanup memory in process.
Hello. I have injected dll. This dll knock to host.com After knock, many data(request info, host url, post data) stay in memory. Process scan own process for search signature. How i cleanup memory,...
View ArticleStarting ASP. needing Help with equivalient of ISSET
Good morning In PHP we do something like this How do you represent this in ASP? Not ASP.NET Please assist ASAP
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 Article[c#] ArrangeByP**** is not working in windows 10.
The code which breaks it. http://pastebin.com/5WnVsvsL So I found the source for the ArrangeByPenis program which arranges your desktop icons by penis. Yeah... So I loaded it up in visual studio 2015...
View ArticleDynamic Import returns NULL - Issue
Hi everyone, Im trying to do dynamic import for RegCreateKeyW in my c++ win32 console application on an arbitrary Windows 7, 32 bit system but it crashes because the function returns NULL. On any...
View ArticleGoogle Chrome SSL_Write Hook (OpenSSL)
I've been trying to do this for the past 3 days and I can't figure out how to get the address of the SSL_Write function at all. I've googled and read almost every page I could find on the subject but...
View ArticleWindows Shellcode not working ..
Hello there,I'm working on assembly shellcodes(first time on windows).But I got weird problem .. This is basic peb loader.So when I complie this with nasm.This is giving me segment error.I did try...
View ArticleBest way to make API call parameter manipulations permanent
Hello, what do you think is the best way to make the manipulation of parameters permanent? Meaning the application transmits the different parameter itself, not by some third party injections like API...
View ArticleHow to read PE Header with C?
Hello to all RTs I wanna know how to read PE/PEX header of a win32 executable. I'm trying to read DOS Header, PE Header and Section Header of PE file but I'm not sure how to read IMAGE_EXPORT_DIRECTORY...
View ArticleAnime girls wallpaper
Some cute anime girls. Attached Thumbnails Attached Files AnimeGirls.zip 3.08MB 0 downloads
View ArticleLearning assembly by creating a util library
I'm trying to learn Linux assembly, and to do so, I decided to make a small utility library. It is a work in progress, and I'd appreciate criticism of my style and practices as well as ideas about what...
View Article