Programming and Coding
Programming and coding tips, help and solutions...
1,894 topics in this forum
-
Hello, Im trying to make a keygen for "3Q DVD Ripper Platinum", Its using the follow Crypto's: - BASE64 - DES I have Decrypted the DES crypto's already, now, i need somting to Decrypt BASE64, and then i need a KeyGen source to make a good serial btw i can handle :::::: Visual Basic 6, C+ C++ and Delphi, MASM !! Thnx in advance.!!
-
Hi! I need debugger sources or unit on Delphi for use in my unpacker
-
- 6 replies
- 4.1k views
- 1 follower
-
-
Yohoo hord of fans, a few days after DEF decryptor, here is PingvinCrypt decryptor. PingvinCrypt was interesting to study, a nice SoftIce antidebug and a header access. This cryptor uses a xor decryption, with the key based on a CRC of header firsts 100h bytes and decrypter bytes. The import decryption is the same key xor 13h Tested with PingvinCrypt v1.0... As usual, source code in masm and cryptor are also included for interested ones... See you soon ... Laurent aka BIGBOSS from COPs PingvinCrypt_v1.0.zip CPS_UnPingvinCrypt_v1.0.zip
-
Well, after SPEC decrytor, here is DEF decryptor. Cryptor from Bart was nice to study, because it uses available section table space. This cryptor uses a single xor encryption, based on section size. Tested with DEF v1.0... As usual, source code in masm are also included for interested ones... I am currently working on NFO and PEX from Bart... See you soon ... Laurent aka BIGBOSS from COPs PS: Hello Teddy, I wan't to make a "post it" with all my sources. How can I do (don't see any post-it creation with "New Topic"). Can you help me ??? Thanx DEF_v1.0.zip CPS_UnDEF_v1.0.zip
-
Hey ppl I have made a checkbox on top of a bitmap image and the background of the checkbox is white, so i used SetBrushOrgEx and i have got the background transparent, but now i would like to make the text color of the checkbox to some other color, Settextcolor fails. Is there an alternative ? Thanx again
-
I built a simple MFC project with MFC appwizard without document/view support. I tried to find how menu item id maps to command. However I cannot find it between BEGIN_MESSAGE_MAP and END_MESSAGE_MAP; How does MFC handle the default menu command? Where can I find ID_APP_EXIT's message map? Thank you for helping. t002.zip
-
------- never mind, somewhat solved
-
Hello everyone in this forum. I got a lil problem searched first at google and founded several tools like Peid 0.94/ rdg packer finder/ stud pe/ cryptosearcher/ But they are meaned to analyse pe = portable executable thous fails what i am ineterseted are 1 dll fail called pbcl.dll and 1 system fail. I want to know are they encrypted or not! So if anyone knows program that can be used to analyse thous fail typse feel free to post its name. Forgoted that non of the abouve pe analyser didnt find the encryption. I upload thous 2 fails also in this threat. pbcl.rar PnkBstrK.rar
-
Hi. can anybody tell me how signatureZero work?I mean it's coding technique not tutorial. any body has some source like that? 10x in advance.
-
I use ImageList_Write to save imagelist, but the saved bmp is not really bitmap format! But I can display the ImageList correctly in my app. Any buddy could help me? Thanks a lot. Attachment is my project. //code//////////////////////////////////////////////////////////////// HDC hdc; PAINTSTRUCT ps; static HIMAGELIST hil; HICON hicon1, hicon2, hicon3; int i; IStream * pStream; case WM_CREATE: pStream = 0;hil = ImageList_Create(16, 16, ILC_COLORDDB, 3, 0);ImageList_SetBkColor(hil, RGB(255,255,255));hicon1 = LoadIcon(hInst, "MYICON1");ImageList_AddIcon(hil, hicon1);hicon2 = LoadIcon(hInst, "MYICON2");ImageList_AddIcon(hil, hicon2);hicon3 = LoadIcon(hInst, "MYICON3");Image…
-
I am very newbie in c and i want to know about it . Whats the difference between c , c++ and Turbo C++ And what is best for me to learn first.
-
Just back from holidays and i bring you my new SPEC decryptor. Cryptor from Hayras was nice to study this time, because it encrypts IAT (and resources in Beta 3). This cryptor uses a single encryption, the hardest work was to recalculate the IAT size, but it was not needed... My decrypter is working with SPEC Beta 2 and Beta 3... Source code in masm is also included for those who are interested... See you soon ... Also included the source of the original crypter (slightly updated by me, but I left main of the code)... PS: I'm looking for SPEC Beta 1 (aka Beta) to include it in my decrypter. If you have it, can you send me a link for it or send me it... Laurent …
-
start: invoke ShellExecute,NULL ,NULL ,addr Notepad ,NULL ,NULL, SW_SHOWNORMAL end startthat's the whole code, besides the Notepad variable Notepad db "C:\Windows\Notepad.exe",0it opens notepad but then i get a memory crash, mem cannot be read. why is that?.
-
I found some nice codesnippet on the MASM-Board. I think it could be interesting for some of you... I modified it a little so that you can use more image formats. http://diablo2oo2.di.funpic.de/downloads/d...age.convert.zip d2k2.image.convert.zip
-
hi! I want to learn VB .NET. Only I cant find anything about it! I only get stuff from 2003 and below. Could some1 give me a hint? Some beginner web page or tuts or something? thanks in advance.. This is a great forum here. I am sad to her of the retiring of Markus th-djm. felix1432
-
This was a little project I was working on, mainly to get an idea on using a debugger. I am releasing because ,well, I am done working on it and the code is a little messy. Makes you want to look at the code doesnt it? :biggrin: Anyway should work on a lot of targets including armadillo itself and unpackmes from this site, and a few other tests. The method I used for patching was OutputDebugStringA hook, a lot less code that way, and to call the hook I intercepted the first call. All the code is placed in the ep section right when the code goes to 00s, works on all protections. The exe is not included which makes you compile it yourself, it is a Radasm project so all yo…
-
The application is a simply messagebox. I can use WinHex to open the exe file, and search and replace "HelloWorld" string. Is there a way to encrypt such string, so that I can not find "HelloWorld" ? Source code: #include <windows.h> int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd) { MessageBox(NULL, "HelloWorld", "Title", MB_OK); return 0; } Thanks for helping.
-
I want to convert a batch file (clean.bat) to clean.exe, but I dislike the console window. Any buddy knows how to hide the cmd window? Thanks a lot. WinExec and ShellExecute seem can not fit my requirement. del /f /s /q "%userprofile%\Local Settings\Temp\*.*" del /f /s /q "%userprofile%\recent\*.*" reg delete "HKCU\Software\Microsoft\Internet Explorer\TypedURLs" /va /f reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU" /va /f reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs" /f//clean.exe#include <windows.h> #include <process.h>int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrev, LPSTR pCmdLine, in…
-
Hi, I have been writing a keygen for a certain game for some time now, and the last of my problem is having a black colored edit box (where the serial number comes in) with a nice color of blue for the serial number. I'm writing my program in C++ and using Win32. The edit control is in a dialog box, and everything is working perfectly so far. Anybody please help?
-
Hello, I am trying to learn how to use KOL library in delphi, the problem is that i can't made a simple prog using a JPG picture from resource. I have done some search in google but all what i can find is a simple prog who uses a JPG picture as a stream from the hard disk. I hope that some one help me to find a way by using the JPG picture from the resource without extracting it to the HD. Sorry for my bad English. Greetz.
-
The MASM32 SDK version 10 Download Page http://www.masm32.com/masmdl.htm Description :The MASM32 SDK version 10 is a working development environment for programmers who are interested in either learning or writing 32 bit Microsoft assembler (MASM). The installation is an automated process that installs the correct directory tree structure on the local drive of your choice. Note that MASM32 will not install on a network drive. MASM32 comes with its own runtime library written fully in assembler and an extensive range of macros for improved high level emulation and faster development. It builds its own IMPORT libraries for the Windows API functions and supplies it…
-
Hi Friends How I Can Set A "Hardware BreakPoint On Execute" Into A Process With A Loader That Writen By VB Or Delphi ? Please Give Me An Example Source Code Tnx
-
Does anyone know how to make a 15 CHARS random string in ASM with numbers, so it can be used as input for a keygen ?
-
Hello again... After a few weeks, i'm proud to bring you my Mucki's Protector v1.0 decryptor. This cryptor uses a single NOT encryption, the hardest work was to recalculate the OEP... Source code in masm is also included (perhaps included for the last time , because there are no credits and thanks for it!) for those who are interested... See you soon ... Also included the source of the original crypter (comments updated by me, but I left main of the code)... Laurent aka BIGBOSS from COPs CPS_UnMucki_v1.0.zip MuckisProtector_I.zip
-
Discussion continued here (includes some code)... http://www.woodmann.com/forum/showthread.php?t=12015