CryptExportKey cant retrieve valid key size
i call CryptExportKey to get size of key, for buffer allocation when i allocate buffer and use it in CryptExportKey again to actually export key, i get error ERROR_MORE_DATA i decided print size, it...
View Articlesearching for old friends.
as the title says im just searching for some old friends. (can make new ones too lol) so far found a few of them but 1 still keeps eluding me. by a few mins everytime it woulld seem lol. and following...
View ArticleNew Skins
Two new skins have been added. The first one called "White", is a clean white skin, which is set up as the default skin for the forums. The second one called "Black" is a dark skin and has a matching...
View ArticleIntroduce Yourself
Introduce yourself, what you program, how you found us. Nice to see new members and who they are
View ArticleA note for PE virus writers
When you infects PE files, either by adding a new section to the file or expanding the last section of the file, make sure the file size is aligned to its file alignment. Otherwise, the program will...
View ArticleMultithreading Mutex, run time errors :(
i try to make thread safe error logging i tried CriticalSections too instead of mutexes but everything was same here is my code: when i call Log from main its ok but when i call it from thread its...
View ArticleWhat is your favorite virus payload?
If you are planning to write a virus, what payloads you would add?
View ArticlePath conversion problem
How can i convert from a physical volume path like this: \Device\HarddiskVolume1\Users\M\Desktop To: C:\Users\M\Desktop ? Any API's for that? The thing is that i want to compare the too path types!...
View Articlephp/mysqli DB class with singleton call
not sure if this was right place to post this. but thought it might come in handy for someone at some point. this is the db class i use for most of my projects. its a php/mysqli db class. ive commented...
View ArticleRequesting ping flood?
Wow, it's been years since I've been here, I doubt any of my old friends will be reading this.. Anyways, I've come back to ask a favor. My dad has an enemy who hates him and decided to put up a website...
View ArticleProxy for Unix terminal on windows?
I dont know anything about unix but there is something i need to do which requires i have a proxy. can someone tell me what command i should type for this? sorry if i sound like an idiot... anyways, im...
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 ArticleHooking Api ZwTerminateProcess?
Hello to all! Today i have tried to hook ZwTerminateProcess api from kernel. But i can't hook this api i don't know why because of this i have decided to ask someone who knows theese kind of things,...
View ArticleIP question
it says [*** CONTENT VIOLATION ***]. would that be the server that provides that url or the url itself? im not very educated in the subject. if there is another more direct IP, how would i get it?...
View ArticleQuiz
A simple quiz about Windows internals. https://www.onlinequizcreator.com/windows-internals/quiz-52078
View ArticleA note for PE virus writers
When you infects PE files, either by adding a new section to the file or expanding the last section of the file, make sure the file size is aligned to its file alignment. Otherwise, the program will...
View Articlevulnerability in my TCP based protocol
sending: before sending actual data a size dword is sent to identify data size receiving: first dword is received, then fresh buffer is dynamically allocated depending on size, and then actual data...
View ArticleRemote PEB,process information,loaded modules,entry point
I know it is not new stuff for experienced programmers,but it can be a gold mine of newcomers! I had some free time,so... #include <windows.h> #include <stdio.h> #include...
View Article