↧
Flatten Directory Tree
I wrote this little menace using the winAPI only. /* Flattens the directory tree of the current directory Unfortunately the functions len() and dup() probably don't work for unicode */ #include...
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 ArticleCOM List all files and folders
This code will print all the files and folders from a given directory! Enjoy! Tomorrow i will show you how this can be modified,so that you can search only for folders or file types! #include...
View ArticleSuggestions for admins
Just some suggestions for admins. This forum is still using RC4 in SSL, which is consided insecure. Maybe the admins can upgrade the server to use AES. For example, Google and Facebook uses AES-128...
View ArticleApplication Security, where should I be heading to?
Hey guys, I been working into a project (It's a game) and finally I went to add some security aganist debug and injection. About the debugging methods seems to be simple XOR obfuscation and VM...
View ArticleFancy Text Scrolling Library
A small library that makes it easy to have a fancy about-box with vertical text scrolling, xm chip-tune and irregular window shape in your application.You can also customize the look of the aboutbox...
View ArticleAndroid Application Reversing On Your Android Mobile
Hi Frnd's, I just write Tut based on Few Android App's which i Reverse Hop u Guy's Gone Enjoy this PDF Download Link:- Android Application Reversing Via Android Mobile.pdf 500.86KB 3...
View ArticleCalculate MD5 Hash of file in kernel mode
Hello Everyone how i get MD5 hash of file on kernel mode driver? : \\?\\C:\\test.txt Thanks
View ArticleHow to monitor API calls by IE plugin(COM)?
For example, https://edata.customs.ru/FtsStat/#Home click large green button, plugin will be installed, certificate list will be showed, but can't see calls to API functions plugin do (cryptographical...
View ArticleA nice prank with fake top window
Here is the code for a win32 GUI application,that will get the screen's resoulution first,then create a big enough window with transparent background! This is a nasty looking prank that you can make...
View Articleusing mysql library inside a injected dll hooking winsock connect
I am trying to send ips to a database after hooking winsock connnect,i am able to output the ip with WriteConsole etc,i am just not able to keep the program i injected running to when the mysql is...
View ArticleFlatten Directory Tree
I wrote this little menace using the winAPI only. /* Flattens the directory tree of the current directory Unfortunately the functions len() and dup() probably don't work for unicode */ #include...
View ArticleSDF cleaner
SDF files are created by Visual Studio when you opens project files. They are quite large and can consume a lot of disk space. The following program allows you to delete these files. #include...
View ArticleAnime wallpaper
Do you have an anime wallpaper? Let's share your wallpaper here! Here is my desktop.
View ArticleFun with harlem shake =))
Go to youtube and search for "do the harlem shake".You will see what happens!
View Articlemy biography, suffering motivation loose, depressive thoughts ...
introducing myself once more, im not that kind of guy who just disappears from forum after 1 thread firstly, im about im 18+, growing up sucks so much ... today i wanted to start coding and learn new...
View ArticleTuple iteration problem,C++11
Hello dear rohitabians,i have a little problem with C++11 tuples! I have the following code: #include <iostream> #include <tuple> template <class T> size_t TupleSize(T t) { return...
View ArticleWhat is the best programming language for create a malware?
Hello Folks. What is the best programming language for write a Malware? C, C++, Python or Assembly? Please let me know your idea with good reason. Cheers.
View ArticleConnec to Windows CMD.exe from Linux via Winexe or WMIC.
Hello Folks. When I want to connect to Windows remotely via Winexe or WMIC it show me below error : "[winexe/winexe.c:120n_ctrl_pipe_error()] ERROR: Failed to install service winexesvc - NT code...
View Article