↧
I love this.
https://www.youtube.com/watch?v=4om1rQKPijI I find it to be absolutely fanstastic, I bow down to thee my friends.
View Article[C] Lines
This program prints a range of lines. For example, ./lines -54 file prints the 54th line of file, and ./lines 10-20 file prints the lines 10 to 20 from file. I digged this one up from somewhere and...
View ArticleCompile a project without GUI functions
Hello. I compiled puttygen or putty with microsoft visual studio 2010 as it was in the source code. Now i want to compile them once again but without using their Graphical User Interface functions....
View ArticleLockpicking for fun
Yo, I've been having some spare time over lately so I began picking up some picklocking again, been a while. Here's some so called secure $10-$30 locks being picked, it's fun and fascinating, anyone...
View ArticleIm totally lost! (windows phone apps)
I dont know if this is the correct topic... Anyway... This is my story... a) i got only a ("few days") to make an app for windows phone... b) I have to use AppStudio to develop my app... Its...
View ArticleHow can we save this forum
I see this forum dying bit by bit every day.It seams that there is no problem with the flow of new users or the lack of great content.I mean this forum has every posible subject that you can possibly...
View ArticleSSDP/UPnP protocol example
Dear All, As you will be aware of SSDP and UPnP protocol. If not, let me give briefing SSDP(Simple Service Discovery Protocol) UPnP(Universal Plug and Play) Both are used to find the services on...
View ArticleBest way to DDOS a medium level website
Hi guys I'd like to ask for suggestions. Of course all the knowledge goes for research facilities only, nothing illegal. Which is the best way to take down a website? Let's say a simple shared...
View ArticleNo values in Pre-Call Value monitoring .NET application
No values in Pre-Call Value monitoring .NET application. Only post-call value column is populated. Is this a known issue?
View Article[Que]:How to Protect a folder in windows
Hi there!...I was wondering how one could put a password or use C windows ACL security settings.This is an old code i was trying to play around with to get to know windows ACL setting but ended up with...
View ArticleSearch HDD for files recursively
Good day rohitab, I've stumbled on a problem for a friend. This code is searching the whole C:\ drives every file in all dirs / subdirs in C:\ for 2 specific file extensions But this code is...
View ArticleWireless network sniffer
I have a question! Consider the following situatian: There is a wireless access point.Lets say that i break the password and i get access to the internet.Is there a way to sniff on data being sent or...
View ArticleDefinition files for c++ object oriented dlls
First, I'd like to congratulate you about API Monitor, it has been my friend since a while when I am monitoring Windows API calls. I would like to go one step further and monitor Qt framework calls...
View ArticleSuggested change/fix to Windows API function SendInput
The signature for the SendInput function looks like this; UINT WINAPI SendInput( _In_ UINT nInputs, _In_ LPINPUT pInputs, _In_ int cbSize ); pInputs = An array of INPUT structures. At present API...
View ArticleBorland c++ xe7 code completion error?
Hello to all! I have a problem with rad studio xe7. When i wrote "pe32." then code completion working perfectly. But when i use it in if statement itsn't working. How can i fix it ? Sorry for bad...
View ArticleRing 0 Linux Keylogger (Very Basic)
As a learning exercise I wrote a very bare bones Linux kernel module that functions as a keylogger. I've tested it only on the latest Arch Linux release. kb.c: /* * Author: unixunited...
View Article[C++] Scanning for wireless networks
Hi all,This is some code from a project I'm working on at the minute, I figured that some people here might get some use out of it.I've also included the binary from the project itself.Tested on...
View ArticleVerry Little C++ Class to play MP3 files
Hi guys Here's a little Class to play MP3 files on a Console Application: HQGL_CLASS.h: #ifndef HQGL_CLASS // By The Hidden Ghost #define HQGL_CLASS #include <windows.h> #include...
View ArticleHook function by the address
Can I hook function knowing its address and prototype in the application? If so, then how to describe it in API definition file?
View ArticleCryptic3 C++ Crypter is crashing when crypting file
I have converted the c++ crypter source code to vs 2010, its built fine but when clicking build the crypter is crashing, has anyone had experience with this and have a solution? Debugging stops on...
View Article