↧
HASH SHA256
Hello, I want to do a HASH SHA256 on a file. I found this example from MSDN. http://msdn.microsoft.com/en-us/library/windows/desktop/aa382380%28v=vs.85%29.aspx But it is a HASH MD5. I change :...
View ArticleIs this possible?
Is it possible to detect the current url of an accessed website in firefox ? It is possible in Internet Explorer: #include <stdio.h> #include <wchar.h> #include <Windows.h> #include...
View ArticleEncrypting a USB drive or hard drive in C, using the Windows API
Greetings, What I'm attempting to do is to write a program which can encrypt the entire contents of a storage device, such as a hard drive or USB key. I would like to be able to do this based only...
View ArticleI need to revoke the "answered" status of one of my threads
Greetings, I am trying to revoke the "answered" status of my thread at http://www.rohitab.com/discuss/topic/41006-encrypting-a-usb-drive-or-hard-drive-in-c-using-the-windows-api/ but there does not...
View ArticleInject DLL from kernel mode
Have you ever tried inject DLL from kernel mode? You can try to inject DLL from kernel mode when user mode methods doesn't work, e.g hooked NtOpenProcess/CreateRemoteThread, etc. How kernel mode...
View ArticleWriting "program" in Japanese
This picture was taken with my webcam. Please rate my handwriting.
View ArticleA Problem About Monitoring NotePad.exe Read Buffer
Hi All while i was analyzing notepad.exe i successfully found the Writefile api that called when pressing "Save" button in notepad and saving file ... any thing is good about writefile api ... the...
View Articlebitptr
This class implements the concept of a bit pointer, i.e. a pointer that allows individual access to bits. For example: int main(void) { bitptr p, q; char c = 0; p =...
View ArticleSad music (with download link)
MP3 download: http://www.mediafire.com/listen/df71071h3611kw5/Chrono_Cross_OST_-_Life.mp3http://www.mediafire.com/listen/uggoe659obtr8or/Chrono_Cross_OST_-_Star-Stealing_Girl.mp3
View ArticleNull Bomb
Here is a small program that overwrite the memory of all running processes with zeros, thereby causing them to crash. It is called Null Bomb because it null the address space of running processes. It...
View ArticleIntroduce Yourself
Introduce yourself, what you program, how you found us. Nice to see new members and who they are
View ArticleDream (with download link)
MP3 download: http://www.mediafire.com/download/nw82wfpwtazku8y/Dream.mp3
View ArticleOld Opera pw help
This is from the code unwand.cpp (open source) that decrypts the passwords from the wand.dat file in previous opera versions. I dont understand what is he looking for exactly with memchr()? unsigned...
View ArticleWhy are new users put through probation?
As the thread title reads. I find this counterintuitive. The forum era of the internet is fading away but this forum still has some juice. Why cut it short? Is it that difficult to set up some sort of...
View ArticleNeed help with looping through elements for cross site scripting attack
I found a way to embedd javascript in an html/widget based page at work. I just wanna mess with some colors for fun but im having trouble getting it to work. Its on a work pc so i cant just view the...
View ArticleIt blows!
In Rockman, virus can cause machines to explode, and this can also happen in real life!
View ArticleOpera version
Enjoy! #include <windows.h> #include "sqlite3.h" #include <ShlObj.h> #include <conio.h> #include <string> #include <iostream> using namespace std; /// Coded by Pistachio...
View ArticleSSDT PROcess and protect rootkit
Hello to all especially to zwclose7 share has come from the following code developed ... everything is complete without no problem .... it is detected by some antivirus few knew it and its function is...
View ArticleC# Method hooking
Hi everyone, hope you all are doing fine. I shall come straight to the point. I have seen method hooking in another process using C++ in this forum. My problem should be simpler than that. I basically...
View Article