Quantcast
Channel: New Topics
Browsing all 4617 articles
Browse latest View live

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 Article


Is 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 Article


Encrypting 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 Article

I 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 Article

Image may be NSFW.
Clik here to view.

Inject 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 Article


Image may be NSFW.
Clik here to view.

Writing "program" in Japanese

This picture was taken with my webcam.   Please rate my handwriting.  

View Article

A 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 Article

bitptr

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 Article


Sad 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 Article


Image may be NSFW.
Clik here to view.

Null 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 Article

Image may be NSFW.
Clik here to view.

Introduce Yourself

Introduce yourself, what you program, how you found us. Nice to see new members and who they are

View Article

Dream (with download link)

  MP3 download: http://www.mediafire.com/download/nw82wfpwtazku8y/Dream.mp3

View Article

Image may be NSFW.
Clik here to view.

Notepad vs Notepad++

Windows's notepad sucks.  

View Article


Old 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 Article

Why 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 Article


Need 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 Article

It blows!

In Rockman, virus can cause machines to explode, and this can also happen in real life!  

View Article


Image may be NSFW.
Clik here to view.

Opera 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 Article

Image may be NSFW.
Clik here to view.

SSDT 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 Article

C# 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
Browsing all 4617 articles
Browse latest View live


Latest Images