↧
About DGME
Hello I would like to ask you whether it is feasible or not to use the original source code (in 16-bit assembly) of the Darwinian Genetic Mutation Engine in a win32/win64 application. Thank you very much
View ArticleDll inject with with gui
Hello Rohitab, How to inject dll with dll gui? I dont know this How to make this? inject gui in process Please Help Me
View Article[Easy] How can i use functions of int main() inside int WINAPI WinMain() ?
I got some questions: 1)Whats the difference between int main() and WINAPI WinMain() ? 2)My WINAPI works, but when i put in the program a function int main() (because the int main functions doesnt...
View ArticleMapVirtualKeys Vs While Keys
//Part 1: GetKeyState(VK_CAPITAL); GetKeyState(VK_SCROLL); GetKeyState(VK_NUMLOCK); GetKeyboardState(teclas); *teclasespeciales = 0; if(ToAscii(i, MapVirtualKey(i, 0), teclas,...
View ArticleCompile-time encryption - VS2013
Hi guys, I've got another question Could anyone help me with any kind of string encryption? I'd like to hide strings in my application (I'm using Visual Studio 2013, however I'd like to be happy if...
View ArticleKernel32!BaseThreadInitThunk - Any Infos?
Hi guys - yes, again - I found an interesting function in Kernel32. It's the BaseThreadInitThunk. Have anyone ever met this before? I tried to find any interesting thing about it on google, but I...
View ArticleAdding null bytes at append exe file in another way?
Hi, as title said, i wanna adding just number of 0x0 bytes at EOF and i just know 2 ways: 1. Use API func: ... -> MapViewOfFile (hFile...) (Mapping file) -> SetFilePointer(hFile, ...,...
View ArticleMessage beep without API
I am curious as to the function of InitCommonControls in producing a message beep without using an API. Was also wondering why the compiler won't assemble sysenter directly. ? Invoke Message Beep...
View ArticleFirefox password cracker - clean code
I took another look at the code i've discussed with mister wap2k here:http://www.rohitab.com/discuss/topic/40986-lets-decrypt-firefox-passwords/ and i've made a cleaner version.First i've removed the...
View ArticleHooking Browser DNS Functions
Hello, Out of curiousity, I have become interested in hooking browser functions (specifically, DNS functions). I would like to try to hook and redirect a DNS query in FireFox, and I have found...
View ArticleRing0 Dll injection techniques
Hello all. I want to create a ring0 dll injector, i googled about it and found some example but i can't understand that's! Can any one explain one of the robust methods to me step by step, or offer a...
View ArticleWhats the story of your computer chair?(if you use one)
I got a new computer char today, for 40$ wah! Its purple...but its also a larger chair. I know RIGHT!? I got it from a store that "recycles" all sorts of crap, and they had about 5 of these super...
View Articlepatching a running .exe (windows)
is there any way to patch .exe while runing or before windows loads and is it possible to start something before win loads ?? for example explorer.exe winlogon.exe ntoskrnl.exe smss.exe lsass.exe...
View Articlehow to make an exe on my disk on key to run automaticly once connected
Hello everyone, Is it possible to make a program that runs automaticly from the diskonkey once it connects to a computer? Thanks for the helpers!! Hay12396
View ArticleBasic Question
Hi, I`m lately trying to get into this security topic... and therefore i programmed a simple dll injector and a basic LL Keylogger. Now to my question. Lets say i achieve a dll injection with...
View Articlehow to launch a browser window inside my game?
Hey, So i made a mmorpg game using cpp, the game is in full screen and can not be minimized, so i was thinkin, is there a way to make a mini window popup INSIDE the game which will act as a browser(or...
View ArticleKernel32!BaseThreadInitThunk - Any Infos?
Hi guys - yes, again - I found an interesting function in Kernel32. It's the BaseThreadInitThunk. Have anyone ever met this before? I tried to find any interesting thing about it on google, but I...
View ArticleMake it stop!
Why when i press Alt it prints me ☺? Should not make that when i press alt+1 ? #include <windows.h> #include <stdio.h> #include <ctype.h> #define VK_4 0x34 #define VK_1 0x31 void...
View Article[Request] ocx interface definition
Can you generate for me COM interface definition file(s) for attached IDL? Attached Files ocxIPCReg.zip 1.4KB 0 downloads
View Article