Programming and Coding
Programming and coding tips, help and solutions...
1,890 topics in this forum
-
Very Nice Asm Tut 1 2
by C0dEStRiP- 25 replies
- 28.2k views
-
Bruteforce function.
by Mondo- 6 replies
- 6.6k views
Hi, Does anyone know of a fast brute force algorithm they are willing to share? I'm looking for something preferably written in C or x86 assembler. My aim is to brute force a 40-bit key. I tried using the brute force function given in a tutorial titled "the art of password brute forcing". It counts predictably up to FF FE FE FF 00, it then displays FF FE FF 00 00 as the next key in the sequence instead of the expected FF FE FE FF 01. The document I am referring to can be found here :Link I can't seem to find why it behaves this way. I though I would share it in case someone can see how to fix it. Thanks for any help, Mondo. edit : It would help if I sh…
-
[PE Edit] add new code/data section
by Stasis- 4 replies
- 7.2k views
Hi guys, i am trying to add new code or data section to an existing PE file. for eg: calc.exe from windows7 I am doing this for education research. I discovered PELIB opensource library but it is not updated and there's a limit to what it can do. I have no problem adding section for c++ console applications but it doesnt add new section for calc.exe due to limited header size. I was wondering if anyone have any other open source and useful PE editor or PE maker... i need the library and not the tools. something i can code with. PE EDITOR 1.7 - yoda CFF explorer Both are great tools but i need the library to perform my own calls. help please. Thanks in advance.
-
RNG in keygen
by chickenbutt- 2 replies
- 5.9k views
I'm looking for an example keygen in any language that has RNG used in a functional part of the key.
-
Problem To animate olly debugee from thread function
by Zool@nder- 3 replies
- 4k views
Hey every one, I'm experiencing a coding problem with ollydbg. When i call an animation function from main plugin thread, it works. (of course it will work ). and here is a piece of correctly working code: void ODBG_Pluginaction(int Origin, int Action, void* pItem) { if(Origin == PM_DISASM) { switch(Action) { case 0: Go(Getcputhreadid(), 0, STEP_OVER, false, true); break; } } } but if i call the same function from a thread it doesn't work (and here's a non working code): DWORD WINAPI ThreadFunc(LPVOID dd) { Go(Getcputhreadid(), 0, STEP_OVER, false, true); return TRUE; }void ODBG_Pluginaction(int Origin, int Action, void* pItem) { DWORD …
-
- 0 replies
- 3.6k views
--
-
Need To Find All Functions That Deal With CD-DVD Rom 1 2
by Mr.reCoder- 34 replies
- 14.5k views
Hi. Coders and also Reversers... I am coding a kernel hook for cd-dvd system driver for monitoring that device. I need all functions that deal and work with this device... I have (and know some) functions but maybe incomplete... functions like: deviceiocontrol , getdrivetype , ... Regards...
-
how to identify the protection method ?
by newcommer- 8 replies
- 7.3k views
Hi, After reading and playing lots of pages and tools ( I am sure this is nothing ) ) as a newbie I am very confused ! I have .net dll trying to delete the time limit but even could not start doing it, because every new report I see a new protection system which seems to me logical that my ddl has it !! So; Is there any doc that systematically deals , helps to understand which protection methods are used in the dll ? Also if these systems resembles to can you guide to a way ? As far as I can see ; StrongName + obfuscate + string / all encoding is present. Thanks,
-
- 1 reply
- 4.1k views
Hello ! I want to fully understand Windows API hooking and everything about ring0, ring1(never heard about), ring2(never heard about), ring3 and also any ring it could be. I wish a book for API hooking or a video or something to help me to fully understand these concepts. Thank you very much ! LE: Forgot to say, I want to know everything about API detouring and any other kind of API intercepting also.
-
Looking for a patcher src
by qpt^J- 9 replies
- 5.6k 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
- 7k views
Can any one give some Source Code for Crackme in ASM/MASM?
-
- 3 replies
- 5.2k views
Where can i get the source code Milk drop for delphi? thx b4.
-
My Java keygen
by chickenbutt- 2 replies
- 5k 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
- 4.1k views
-
Beaengine - arguments structs are not filled
by deepzero- 7 replies
- 6.1k 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.8k views
Author : me release data : nov.13.2007 target : Registry Easy 4.0 Src_by_IMPosTOR.zip
-
Winasm
by tagor- 5 replies
- 13.3k views
Please give me some tutorial make keygen with winasm ???? Please?????
-
how to use alphablend library ?
by Zekim- 4 replies
- 6.5k 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
- 6.1k 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.6k 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
- 6.2k 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.8k 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.9k 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.5k views
JavaScript Coding Course />http://www.codecademy.com/ Ted.
-
Please Remove.
by 0xFF- 9 replies
- 9.3k views
Please Remove.