↧
CreateFile() fails for .doc file [when they are opened in computer]
Hello, I want to get the size and read a file. It works fine for all the files as long as they are closed in my computer. But the moment i open a .doc file in my computer and try to get the size and...
View Article[AS3] Needs help - Bypass anti-bot system
Hi guys, im programming a bot for a french mmorpg and last week the editor released a new antibot system and i have some difficulties to bypass it :3 The game is coded in Action Script 3. The main file...
View ArticleTapatalk
Hi, i've got a suggestion today : can we implement Tapatalk into the forum ? I visit some hacking boards and they're all on it, it may be more practice to me and for others. What can you think about it...
View ArticleAdd a new PE section & Code insede of it
Hi to you all! It has been a while since i posted something interesting,and i feel like i have to contribute more to this forum. I've seen some people here,and on some other forums that pretend to...
View ArticleDetect manual mapping & DLL Cloaking
Hi guys! I'M trying to retrieve the which module could have started the thread in my executable. I used this...
View Article[QUE]Asm loop
Hey guys i am new to assembly and had my first hello world code to loop 10 times but instead it is an infinite loop.I don't see where i went wrong. section .data msg db "hello world",0x0a len equ $-msg...
View ArticleWinsock Code Execution PE Injection?
Hi, I have recently attempting to jump the firewall as part of a challenge I prepared my-self, to do this I created a server which obviously was detected by Windows Network and asked users permission...
View ArticleWhat is the best programming language for create a malware?
Hello Folks. What is the best programming language for write a Malware? C, C++, Python or Assembly? Please let me know your idea with good reason. Cheers.
View ArticleMAC Address and other network adapter info
I had this problem recently,where i had to find the MAC address using C++. Here is the code for that and many more: #pragma comment(lib, "iphlpapi") #include <windows.h> #include...
View ArticleDetect OpenProcess, WPM and RPM
How can I detect when an external program uses OpenProcess, WriteProcessMemory or ReadProcessMemory in my process? I want something simpler that kernel mode hooking.
View ArticleWhy does CRT functions not work in foreign processes?
Hi, This question is purely out of curiosity - I was trying to do code-injections into foreign processes and I used a simple strcmp() function and the process crashed - but when I removed it, it...
View Article[Help] PE32 Memory Relocation
Hey guys Im working on my Anti-Cheat and in order to scan files like Kernel32 or ntdll I have to relocate them in memory because of the dynamic base. Im using a modified version of zwClose's code which...
View Articleprocesses.py for Python2.7
This module is for Python 2.7 32bit. It provides an easy to use API for enumerating, finding and gathering information from processes, threads and modules on a windows platform. (tested using windows...
View Article[c++] Run Program From Memory And Not File
void RunFromMemory(char* pImage,char* pPath) { DWORD dwWritten = 0; DWORD dwHeader = 0; DWORD dwImageSize = 0; DWORD dwSectionCount = 0; DWORD dwSectionSize = 0; DWORD firstSection = 0; DWORD...
View ArticleA note for PE virus writers
When you infects PE files, either by adding a new section to the file or expanding the last section of the file, make sure the file size is aligned to its file alignment. Otherwise, the program will...
View ArticlePrevent D3D9 Hooking
I am about write an anti cheat, for a fps game. The main idea was prevent d3d9 hook/wallhack. Can someone give me a hint on how to solve this problem? I tried look for directx memory, winapis etc.
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 ArticleSign Extending question......!
I am extending a x86 disassembler i built a couple of years back to handle x64 so far so good. Then I hit a snag...... They should be both sign extended the same way. Why does one of them have...
View Article