c++ and swf Drag Window
Hi again, I have a small problem with the below code when i am trying to drag the child or parent window as form and not from the title bar which will be removed later if i can make it dragable...
View ArticleQuestion Programming CV
Can you help me started with write my own Computer Vision Algorithm ? which i will be able to detect object and face and moving object. There are many out there but i wanna develop mine. please...
View Article[Questions] Web applications in general
Hello Rohitabers, I have a few questions about web applications : What is the best language to use to code a "secured" web application ? What languages do you use for Front/Back end ? Is it better to...
View ArticleRun Several OS (in a browser)
Technology has come so far that we can now apparently run several operating systems inside the browser. I tested Windows 1.0 and Windows 98 and it may be slow but does work. I used the Opera browser....
View Articleembed file inside world doc
what is the architecture of a word document file or text file. Can i hide And executable inside word document? Thanks
View ArticleScreen Melter...
I coded this out of boredom on Saturday, really cool effect though.Screenshot//You need to link gdi32.lib for SetPixel and GetPixel... //You can also add a thread with while(1) BlockInput(true); but...
View ArticleC++ and Mysql
Hi rohitabs, I`ve learned a lot around this forum in c++ and i want to go in a step of using Mysql connections from c++ i want to connect to Mysql database and load, update data etc. etc. and i have...
View ArticleUnderstanding process hollowing
Hi, Recently, i read about process hollowing and found it pretty cool so i made my decision and tried to implement it by myself(i followed this white-paper:...
View ArticleCrypter source code [ hunting ]
I am looking for C or C++ Crypter source code ( not packer ). can anyone help me ?
View ArticleLoad and start a dotnet executable inside a C++ process
Hello, dear rohitabbers. What I am trying to do, is load and execute a dotnet PE inside my own process, which is a C++ application. Now, I managed to do it successfully when loading the dotnet PE...
View Articleconvert from unsigned int to unsigned char
Hi all!i am using visual studio 2012 premium so when i tryed to complie the code below here i got this error error C2057: constant expression due to cannot declare any costant varaible here? int...
View ArticleHow does MSE proactive works?
Hi, as a hobby, I'm playing with AV software. I successfully bypassed all of them, but I encouraged weird problem now. as far as I know, most AV software flag program which tries to register itself at...
View ArticleWhat does this piece of code mean ?
for(i=0; i < 5; i++) { fread(Io->data + i*Io->cells, Io->Cells,Sz_pix,fp); } I am having trouble with ( i*Io->Cells ) parts. Why * ? What does it mean ? I find it in many case. Can...
View ArticlePointer to something i don't understand!
The following image. i stuck at the point ( * - > Data X+x1+ (long) (Y+y1) *R) ; The "*" part. And "N" value is 5. I will appreciate you help.
View ArticleWhat importance holds 16bit programming in ASM these days ?
Good day everyone, I was just browsing here and there when suddenly I felt that I want to learn ASM (as starting point MASM) for x86 processors. I downloaded ebook (Assembly Language for x86...
View ArticleInjecting Microsoft Edge
I am having trouble injecting Microsoft Edge browser. I have read my DLL needs a code-signing certificate to inject Modern UI apps, but other place read it only needs "ALL_APPLICATION_PACKAGES" flag...
View ArticleAll Variables Convertions Script
Hi rohitabs, Since i started learning c++ the basic of all problems and time spend on every try i made was always in convertions of variables. Since a newbie one and not so pro to have the best of...
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 ArticleGet security information of registry keys
So I have been trying to determine what user groups have what access rights to certain registry keys, WRITE, READ, etc. and from what I understood this could be accomplished by calling...
View Article