Programming and Coding
Programming and coding tips, help and solutions...
1,876 topics in this forum
-
How to change back color of an edit control.
by ghostboy78- 3 replies
- 3k views
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?
-
JPG & KOL Library?
by TheAnalyzer- 0 replies
- 2.9k views
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.
-
- 3 replies
- 4.7k views
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…
-
How Set Hardware BP On Execute ?
by Matrix- 2 replies
- 3.5k views
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
-
Random Key
by Apocalyps- 22 replies
- 9.1k views
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 ?
-
Mucki's Protector v1.0 decryptor
by bigboss-62- 6 replies
- 3.9k views
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
-
- 0 replies
- 4.1k views
Discussion continued here (includes some code)... http://www.woodmann.com/forum/showthread.php?t=12015
-
c++ or c#
by a_tek7- 9 replies
- 4.4k views
Which one is better for a reverser,C++ or C#? tx in advance
-
Please help with Bloodshed Dev C++
by g34rh34d- 9 replies
- 4.8k views
I'm not incredibly new to this website, I've been browsing it for a long time and I finally made an account to attempt to get some help. Could anyone please help me with this error I'm getting? I've searched for hours and I've found nothing useful. This is from the warpzone.net C++ Dev tutorials. This is the code exactly as it is shown in the tutorial (minus the commented line). #include <cstdlib> #include <iostream> #include <windows.h> using namespace std; int main(int argc, char *argv[]) { char ourstring[50] = "This is a self writing text =)"; int len = strlen(ourstring); for(int i = 0; i < len; i++) { cout << ourstring;…
-
De obfuscate a call?
by high6- 5 replies
- 4.1k views
I was wondering if anyone could help me with deobfuscating calls removing useless stuff. I am getting confused with conditional jumps. I currently have my program step through the call line by line but when it gets to a conditional jump I am not sure what to do. I have tried recursion but that ends in messing up on loops.
-
C++ Style Toolkit
by enhzflep- 6 replies
- 4.4k views
Just found a great article on CodeProject a few minutes ago and it just seemed too good not to share. I realize many of you will visit there already. But this just seemed like a gem, worthy of mentioning. The idea is to programmatically build up an image using layers, in much the same way as Photoshop. After these layers have been assembled, a single bitmap is created showing the result of combining them. This means that re-draws are lightning-quick, since all the hard-work has already been done, and the code is just blasting a HBITMAP back onto the screen. Like all articles it comes with full source, though you've got to be a member to download them. So I'l…
-
.rap files
by Peppi- 3 replies
- 5.1k views
I downloaded a keygen template, and i found a .rap file. What kind of file is this? Which Tools creates this files? Sorry, but I'm at the beginnings...
-
[Delphi] Small encryption units
by StreamLine- 3 replies
- 4.2k views
Im looking for some single unit encryption algo's im not after components or that rubbish just a few simple units that are standalone and opensource. anyone got any or know where to find some. encryption such at rc5,xxTea such found in the snd hash tool TIA
-
Example Patch Delphi And Source Code 1 2
by err0r- 30 replies
- 16k views
Hi all, I created a patch in delphi which can help people who want to know how his works and that can improve the source ! ! I intend to work on the combobox to select application and patch directly I add a crackme as example patch+source+crackme. patch_and_crackmesource.rar
-
New SID Player in MASM : TitchySID
by StatMat- 18 replies
- 7k views
Well, I've decided to release v1.0 of my new TitchySID library that I've been working on over the past few days. It's written in MASM and weighs in at about 12.3kb. Full source is included for those that want a nose, but be warned, it's pretty hard to understand in places because I wanted it to be as small as possible! Also included is my mini-patch app as an example of how to use the library. Hopefully some of you guys will find it useful. TitchySID_v1.rar
-
DalKrypt v1.0 decryptor
by bigboss-62- 0 replies
- 3k views
Hello again... After my 2 firsts decryptors (BJFnt and MZCrypt), i'm proud to bring you my DalKrypt v1.0 decryptor. There is a little bug in the cryptor (including decryption engine). It crypts the first section with length of raw size and decrypts with length of virtual section. So, unused bytes of first sections remains crypted and are never decrypted. This decryptor decrypts with length of raw size in order to get a decrypted file like the uncrypted one. I have also included source code in masm for those who are interested... See you soon ... Laurent aka BIGBOSS from COPs Added on 10-02-2008: The crypter itself CPS_UnDalKrypt_v1.0.zip DalKrypt_v1.0.zip
-
[Delphi] KeYGeN Src
by IMPosTOR- 2 replies
- 4k views
hear is 1 new simple keygen source code . Author : IMPosTOR \ Under SEH Team Feedback: impostor_76171@yahoo.com level : 1\10Page : www.webkade.ir Homepage: www.impostor.blogfa.comfunction Generate_Serial_by_IMPosTOR: string; var i,A,A1,A2,B,C,D,j : integer; User_Name,S1,R1,ST,SF : string; begin result := 'Error : contact impostor_76171@yahoo.com'; User_Name := Uppercase(Email); A1 := 0; for i := 1 to length(User_Name) do begin S1 := inttostr(ord(User_Name[i])); A1 := A1 + 2; A2 := strtoint(S1) + A1; A := A2 + (-48); . . .KeYGeN_Src_By_IMPosTOR.zip
-
BJFnt decryptor
by bigboss-62- 1 reply
- 4.2k views
Hello guys... Here is my working BJFnt 1.3 decrypter... Ok, you can say that ap0x still have released a BJFnt decryptor, but their one is not *fully* working and is still buggy. To check it, just try their decrypter with original BJFnt 1.3 crypter (multiple time crypted) and you will see that it crashes... My decrypter is working with BJFnt 1.3, and i include support for BJFnt 1.2rc (tested on original crypter)... I have also included source code in masm for those who are interested... PS: I'm looking for BJFnt v1.0a and v1.1bd to include it in my decrypter. If you have it, can you send me a link for it or send me it... Laurent aka BIGBOSS from COPs Attachment updated due…
-
Reading tons of memory?
by high6- 7 replies
- 5.3k views
I need to dump a processes structure and its references. An example is I have an array like struct SomeStruct { char * PtrToSomething; int a_num; }; now luckily it is very simple and they are all aligned in 1 block but sadly the PtrToSomething is a pointer to a completely different location in memory. I was wondering how I should handling dumping the structure (Using ReadProcessMemory). because there are 1000-10000 of these sometimes. I was thinking of reading all the structures and then pairing the ptrs together and reading blocks that way I read more than 1 PtrToSomething at a time. Then read the bytes from the blocks etc etc. Thoughts?
-
PHP $_POST help
by Kruse- 7 replies
- 4.5k views
Hey everyone, I'm writing an FTP script in PHP and I know the upload is working (tested it with out the HTML form), but as soon as I put a form in it to post some data to another page, it no longer works. the data i'm trying to post are in hidden fields in an html form: <input type="hidden" name="action2" value="up"> <input type="hidden" name="hostname" value=<?php $hostname ?>> <input type="hidden" name="user" value=<?php $user ?>> <input type="hidden" name="password" value=<?php $password ?>>where all the values were posted from another page and put into these vars (except for action2, which is also the only one which is read p…
-
DirBrowseButton
by nilsen- 0 replies
- 3.5k views
Hello i wonder what's missing this code,Why it's doesn't play sound on click for DirBrowse button? How to get this work? function DirBrowseButtonClick(CurPageID: Integer): Boolean; begin
-
ExeSafeguard 1.0 Source Code...
by Teddy Rogers- 0 replies
- 3.2k views
For those interested in the source code of executable crypters should find this one interesting... src104.zip Ted.
-
- 0 replies
- 2.5k views
I found a tutorial from codeproject: http://www.codeproject.com/KB/COM/cwebpage...uick&fr=226 The problem I encountered is solved. The key is vtable in COM object. C++ doesn't need vtable.
-
[Delphi] KeYGeN
by IMPosTOR- 0 replies
- 3.7k views
hear is 1 keygen source code . Author : IMPosTOR \ Under SEH Team Feedback: impostor_76171@yahoo.comPage : www.webkade.ir Homepage: www.impostor.blogfa.com KeYGeN_Src_by_IMPosTOR.zip
-
ASM Editor
by jackyyll- 5 replies
- 4.7k views
What editor do most people use to edit asm source code (more specifically, masm)? Looking for a good one to use to get started with masm.