Programming and Coding
Programming and coding tips, help and solutions...
1,894 topics in this forum
-
Recently I was working on a crackme and I needed to bruteforce it. Since I could not find a decent algorithm for creating strings from a character set, I came up with this 2 algo's in C and Assembler. The algos are probably not optimized (the assembler one , for sure not), so if you have suggestions please go ahead and mail me. Since I am still a beginner in this I will appreaciate every comment. Algo in C ------------------------------------------------------------------------------------------------------------- void BruteForce();char *CharSet = "abcdefghijklmnopqrstuvwxyz1234567890 "; char a[32];//----------------------------------------------------------------------…
-
Soemtimes when you have a exe say a application that uses the web or soemthing you want to analyse you make a little dll and hook a function and cal lthat function somewhere along the way. However sometimes you need the dll to only run the code before the exe is run itself perhaps to add some protection to your exe or other reasons use your imagination Basically some programs allow you to pack a dll with a exe and depending on the exe type the code in the main of the dll will execute before the program on others it wont. The reason for this is that soemtimes it ignores the dll totally so you need to create a false export and the dll and create a import on the exe befo…
-
What is the best option to send to strings from 1 program to the other? At first i was simply reading the memory but on restart the address changes. Thanks allot!
-
Herein attached is a modded version of KB/farbrausch's V2M player. Supports win98-me-2k-xp-2k3-vista Has static and dynamic libs for Delphi/VB/VC++/MASM32 Includes library support for PowerBASIC/many others.... Enjoy! V2mPlayer_VB_Delphi.zip
-
autor states: read all about it here: h!!p://www.madshi.net/madCodeHookDescription.htm So if anyone has last free package, please share. TIA, ChupaChu!
-
hi friends Please help me for get ProcessID From File name i have a process . this process hase not caption and i must get this process id . !!sorry for my Poor English!!
-
Do you know how PEiD (esp. KANAL) and ProtectionID search for signatures? Is it just searching for a coherent byte pattern?
-
Alright Whatup Everybody I Am New To This Forum Thought I Do Know About Cracking. Problem Is I Dont Know How To Make My Own Patches So I Checked Here And Found Something Similar But I Need Help Changing It. begin assignfile(FB , original.caption); Reset(FB); b := $90; seek(FB,$00066C38); Write(FB,b); closefile(FB); end; end; How Would I Change This Code To Patch Many Offsets Instead Of Having To Repeat The Same Code Many Times. Any Help Appreciated Laterz, Short-Circuit
-
I already succesfully removed this **** from the masm linker as described in win32 assembly tut from goppit, but Asterix's signfinder doesn't find anything in the VS 2005 linker. Does somebody know how to remove it there? Manually removing it from the compiled exe is annoying.
-
Hoy there fellas, I have this little problem here..... Im stuck with a text-line problem, so here it goes: I want to code an app which automatically selects a new line for each lets say 12 chars has been written, and then continue so on.... Anyone with any suggestions that might could help me out? /Dearest, n00b
-
Just wondering if anyone has infomation about embedding your delphi app into another window, For example adding a richedit control from your delphi form into another app or even the whole form. I assume its done by using API calls but im not sure which ones, My guess is to find the handel of the control in other apps and set delphi form as child??
-
Hello, i would like to know, how i can get actual upload/download speed, like DU Meter. I searched in MSDN, but i didn't found anything, usefull. Can you provide some info, or atleast function names. The best variant would be with small example. thanx.
-
I want to display my language in font that i have in asm. like the menu and all that how?
-
I had seen it asked for here and other places so I put together a .bas module for VB to create patches in VB rather easily. I had alot of code for this scattered and finally put it together. I made it as painless as possible I promise lol. Its all contained in a single sub and commented. Also comes with an example. Hope this helps some of you... http://rapidshare.com/files/64577808/VBOffsetModule.zip
-
i am making an autorun for a cd im also creating, and can't figure out how to make a button either circle....or without a border, is there any way to do this with VB 6.0? really what i'm trying to do is make the button switch graphics when clicked, which i succeeded in, but have no border, right now there is an ugly grey square border around my circle graphic, and it makes for a nasty interface any thoughts? thanks for helping
-
hi I like to ask that how can i kill or close a process from my code suppose a process is already running in the memory e.g Notepad opened or some game is running than how can we close it from our code. (languages can be any :masm, c++, vb).
-
How can set hardware bkpoint by asm code? (masm) Google find only in C: //Set your context flags like this this->cx.ContextFlags = CONTEXT_FULL | CONTEXT_DEBUG_REGISTERS;//Creates a Hardware Break on Execute Breakpoint bool DebugEngine::SetBreakOnExecute(DWORD addr) { if (!this->UpdateContext()) { return false; } cx.Dr0 = addr; // set Bp addr cx.Dr7 = 0x1; //activate it if(!this->SetContext()) { return false; } return true; }But I need in masm, google not find. I ask in ARTeam too. No answer. This perhaps somebody here have know how? Thank for all tip.
-
Hi, i was sure there was a keygen example on here but i didn't find it. anyway i wouldn't mind seeing an example of both a patch and a keygen if possible in powerbasic. thanks
-
I know this should be simple and to many of you it probably is, but I am using RadASM and have a dialog with a listbox on it. What I want to do is fill this listbox with every .mp3 file in D:\Music. I have tried the invoke DlgDirList and the SendMessage LB_DIR but with no success. Program would either crash or simply give me an empty list box. I did debug it with olly, and still am unable to find out the solution. If anyone could, can I get a working way to do this? Please remember that the less code the better as asm isnt my strongest language. Thanks guys.
-
i was wondering wat programing language is there that u can make ur own patch/ keygens in i know a few of them but i would like to c wat u guys say. delphi c++ c asm vb vc.net c#
-
I wrote these 2 tiny functions and they work perfectly when its running in olly but if i try to run it stand alone it crashes :S Now the only thing i can think off that might be causing it are the MOV ECX's they used to be like MOV ECX,DWORD PTR SS:[EBP+0x144] I had to hard code that value becuase EBP isnt set correctly since i call the function from different locations that they should. But if thats the case how work it does work when olly runs and doesnt when its not. function 1: PUSH 0x7 //default MOV ECX,0x147740 //hard coded value CALL 0x04EC933 //default PUSH 0x0 //default PUSH 0x0 //default PUSH 0x0 //default PUSH 0x0 //default PUSH 0x1F //hard co…
-
hi i search a directx9 in-game menu with drawtext funktion in masm can your help me please? greets ragdog
-
Hi all, Could you please post source code for a very easy CrackMe. I'm not VC++ programmer, but i need this source code *urgent*. Thanks.
-
Get it here: uallCollection.zip Its powerfull sources in Delphi - pretty hard to find (my provider had it blacklisted, thanks to people whom helped me to find it!) BTW: if anyone has original examples for omorphia project (that have been removed from inital package), please share it! EDIT: thanks to SK for providing link to omorphia project! Hope this will help to all Delphi coders Best Regards, ChupaChu!
-
Hi all, I have a big problem!! I wanted to create a C++ app. I have a resource file with dialog.. I defined my functions in a file named threads.cpp and the prototypes in a file named threads.hpp. The main dialog was defined in main.cpp when i wanted to compile the project there were serveral errors: main.obj ERROR LNK2005 main.obj ERROR LNK2019 here are my files: threads.cpp #include "fstream"using namespace std;bool CreatePhPLoaderFile(char* PhpFileName){.... }threads.hpp #include <windows.h>#include "Threads.cpp" #include "resource.h"HINSTANCE hInst; HWND dlgMain;bool CreatePhPLoaderFile(char* PhpFileName); and now my main.cpp <div class='codetop'&…