Programming and Coding
Programming and coding tips, help and solutions...
1,882 topics in this forum
-
Looking for a patcher src
by qpt^J- 9 replies
- 5.3k views
Hello guys. Maybe same question has been asked before, although i couldnt find any useful thing while searching. I am looking for a SIMPLE search+replace patcher src in C. And I'm not a C coder so please do not offer to code it on my own p.s: do not offer dup SnR engine.
-
Source Code for Crackme
by tarequl.hassan- 8 replies
- 6.7k views
Can any one give some Source Code for Crackme in ASM/MASM?
-
- 3 replies
- 5k views
Where can i get the source code Milk drop for delphi? thx b4.
-
My Java keygen
by chickenbutt- 2 replies
- 4.8k views
Was messing around in Java and wrote this up. Improvements? public final class KeyDecoder { private static int CalculateHash(String licenseName) { int hash = 0; for (int i = 0; i < licenseName.length(); i++) { int xorValue = licenseName.charAt(i); int rotateSequence = xorValue; for (int j = 0; j < 4; j++) { int rotateLeft = rotateSequence & 0x3; int shiftLeft = rotateLeft; int shiftRight = 32 - rotateLeft; int rotatedBits = hash >>> shiftRight; hash = hash << shiftLeft | rotatedBits; hash ^= xorValue; rotateSequence >>= 2; } } return hash + 1 & 0xFFFF; } public static short[] getInfoArray(String regis…
-
- 4 replies
- 3.9k views
-
Beaengine - arguments structs are not filled
by deepzero- 7 replies
- 5.9k views
Hi, I am having troubles with getting BeaEngine to work. i am using the files (lib+.dll) given in "\beaengine-win32\Win32\Dll\" and this code: #include <Windows.h> #include <stdio.h> #include <string.h> //#define BEA_ENGINE_STATIC /* specify the usage of a static version of BeaEngine */ #define BEA_USE_STDCALL /* specify the usage of a stdcall version of BeaEngine */ #include "BeaEngine.h"#pragma comment(lib, "BeaEngine.lib")int main() { DISASM di; ZeroMemory(&di,sizeof(di)); di.EIP = (UIntPtr)main; di.EIP = (UIntPtr)0x00412130; //! int len; for(int i=0; i<20; i++) { len = Disasm(&di); di.EIP += len; } Sleep(10000); } It`s supp…
-
Keygen Src
by IMPosTOR- 3 replies
- 16.6k views
Author : me release data : nov.13.2007 target : Registry Easy 4.0 Src_by_IMPosTOR.zip
-
Winasm
by tagor- 5 replies
- 13k views
Please give me some tutorial make keygen with winasm ???? Please?????
-
how to use alphablend library ?
by Zekim- 4 replies
- 6.3k views
Hello There anyone here can help me how to use alphablend library in c language i found it in patchlib but i dont want to use patchlib and some times i cannot use patchlib with my weired apps too there are 3 functions but dont know how to use them VOID AlphaBlend2(ULONG,HBITMAP,ULONG,ULONG,ULONG,ULONG,HBITMAP,ULONG,ULONG,BOOL);VOID AlphaBlendScroller(ULONG,HBITMAP,ULONG,ULONG,ULONG,ULONG,HBITMAP,ULONG,ULONG,BOOL,ULONG,ULONG,ULONG);VOID PaintText(HDC,HBITMAP,HDC,HBITMAP,const LPCSTR strText,ULONG,ULONG); Alphablend Library : http://uppit.com/xxti9x3w817y/alphablend.zip Please Help Thanks in advance Mike.X.
-
- 9 replies
- 5.7k views
Hey guys, Not too often that I come by here but when I do I always take a look through my archives to see if I've anything interesting to contribute. I totally found something interesting stashed away today! This is an KeygenMe I wrote a while back. It's designed to be more educative than it is challenging, I wanted to demonstrate some common protection techniques used by executable protectors such as ASProtect and Enigma, alongside showing how a more complex license key system would work. For this reason, strings are not encrypted and the KeygenMe has been made intentionally verbose for ease of debugging and understanding. So what protection does this thing employ? …
-
Hooking and anti-Hoking paranoia dance !
by Krisler12- 5 replies
- 5.3k views
It is well known that there are various methods of hooking and anti-hooking and so on. I want to hook an application which is very possible that it has implemented all anti-hooking methods. Also it is very possible that once connected to its online server that server to verify if it is hooked or not and/or if its code is modified or not by doing its md5/crc checksum etc. It must connect to the server and it is very important to be connected to the server because it is an online game. Now, theory: 1. There are more than one API hooking methods. 2. There also could be more than one anti-API hooking methods which detects if your app is hooked or not and/or unhook it. 3. Very…
-
Delphi Inline
by StreamLine- 1 reply
- 6k views
has anyone got a function or procedure for adding a new section to a pe, using inline assembler for delphi thanks
-
Help|some help
by DMichael- 1 reply
- 8.5k views
1.well i know c++ now i want to code something that will block Packets i thinked about dll that i will attach to my application that will filter packets for it so any one can show me simple Packet Block\Filter c++ source? 2.also i have seen some pepole make process hide i heard you need to code adriver for it some one can show me simple c++ source?
-
[Delphi/C++] Snippets (Rev 0.2)
by 0xFF- 1 reply
- 5.7k views
Attached. I RAR'd an old folder i had with some snippets i don't need anymore, and very good ones. so instead of just deleting such information, i am sharing it so others may find something useful in there. One of the snippets includes How to reset a network card (by rllibby, 2007) using COM. Snippets.rar
-
JavaScript Coding Course(s)...
by Teddy Rogers- 0 replies
- 11.3k views
JavaScript Coding Course />http://www.codecademy.com/ Ted.
-
Please Remove.
by 0xFF- 9 replies
- 9k views
Please Remove.
-
- 18 replies
- 6.6k views
Hey guys, So short back story, bought a new laptop which has an nvidia optimus card. Now the optimus softare injects into each process it does this for power saving (switch between onboard and dedicated GPU's), But this also causes recording software not to function. So i wrote a library which simply filters which process it should or should not manage. Now i have been injecting it by hand (createremotethread). I tried redirect the EP of the library to load my library then resume as normal, but now every time i restart the process all pointers become incorrect. (pointers to .data section where i wrote "LoadLibraryA", "kernel32", "test.dll" which i use in my code cave). I …
-
- 4 replies
- 3.9k views
Hi there , does any body have "standardfunctions.asm" from SND-basic.coding.a.serial.fisher by Markus? Thank you
-
NH Learn Delphi Basics 1.0
by NewHitman- 2 replies
- 17.4k views
A Simple Application that I have made three years ago which is a collection of delphi samples didicated to new delphi users which gives them the ability to progress and develop their skills the following applications contains 9 examples [b]1)-Hello There[/b] [b]It is a simple example on how to display a simple message while clicking on a button .[/b][b]2)-MessageDialogs[/b] [b]An example on how to set a messagedlg which contains a message and an icon and buttons and position.[/b][b]also how to use RadioButtons and GroupBoxex and how to set oppacity.[/b] [b]3)-InputBox[/b] [b]Learn How to deal with inputBoxes and how to use them in order to get info from the user.[/b][b…
-
How To Retrieve Value In Registers ?
by Matrix- 9 replies
- 5.1k views
Hi Friends How I Retrieved Register Value (EAX , EBX , ..) With MASM or VB ? I Need An Example For This Question Plz Help Me Sorry For Bad English
-
Ollydbg2 plugin problem
by ragdog- 4 replies
- 9.1k views
I have plugin header converted to include for masm32 and my plugin works fine but i have a a problem with my 2 submenu entry with a one submenu works but not with 2 Then WSTR is a macro for convert to unicode have you an idea if this not works? Example Menu: OllyPluginExample- ................- Options ................-About t_menu STRUCT Name1 DWORD ? ; Menu command help DWORD ? ; Explanation of command shortcutid DWORD ? ; Shortcut identifier, K_xxx menufunc DWORD ? ; Function that executes menu command submenu DWORD ? ; Pointer to descriptor of popup menu ;union t_menu index DWORD ? ; Argument passed to menu function hsubmenu DWORD…
-
What is its purpose?
by X-88- 6 replies
- 5.1k views
1. Delphi (.), C++ (->). why there is also a sign(.) in C++, the purpose of his(.) what? 2. what do you mean e.g : 0x4f, the multiplication 0 * 4f?. 3. what is the meaning(:, (=+ or =-) in C++? if at Delphi as what? is there an E-Book to all my questions?... help me please! thx b4!.
-
- 4 replies
- 5.2k views
Hello guys, I have spent some time yesterday night to reverse Ziggy's Keygen me #1. Wasn't big deal, seriously, I found the routine and examine it in no-time. Thus I wanted to go deeper and create keygenerator. Here is the algorithm (example of username: dn5): 004012C7 /$ 55 PUSH EBP 004012C8 |. 8BEC MOV EBP,ESP 004012CA |. 68 96334000 PUSH keygenMe.00403396 ; /StringOrChar = "DN5" 004012CF |. E8 8A000000 CALL <JMP.&user32.CharUpperA> ; \Uppercase every char in username 004012D4 |. FF75 08 PUSH DWORD PTR SS:[EBP+8] ; /-> String: DN5 (into EAX) 004012D7 |. E8 D6000000 CALL <J…
-
[Delphi] Snippets (Rev 0.1)
by 0xFF- 4 replies
- 7.6k views
I no longer use this routine, and if i were not to post it somewhere, it'll be a waste of code (why reinvent the wheel, right?) so i thought someone might find it useful or want to know how to use the Registry in Delphi.. procedure EnableBalloonTips(Enable: Boolean); const RegVal = 'EnableBalloonTips'; var Reg: TRegistry; begin Reg := TRegistry.Create( KEY_WRITE or KEY_READ ); with Reg do try RootKey := HKEY_CURRENT_USER; if OpenKey( 'Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\', True ) then case Ord( Enable ) of 1: begin if ValueExists( RegVal ) then DeleteValue( RegVal ); end; 0: begin if not ValueExists( RegVa…
-
IRC KeygenMe #1 Keygen
by tim619- 3 replies
- 12.6k views
File Name: IRC KeygenMe #1 Keygen File Submitter: tim619 File Submitted: 22 Jun 2011 File Category: Source Code Click here to download this file