Programming and Coding
Programming and coding tips, help and solutions...
1,876 topics in this forum
-
Thunder Asm
by ntaryl- 7 replies
- 5k views
Hi and good evening I coding in Visual basic 6.0 and this time play around with thunderasm There is any place with small asm pieces to try with this addin? thanks for the time
-
Please Help Me
by nguyenhung0702- 3 replies
- 3.4k views
Hi everybody. I have some problem with unpack this file... Please help me I find Oep: 1FC7D And Iat: 00443FFC 00000000 <<=START IAT 00444000 77DDD8E2 ADVAPI32.RegQueryValueW 00444004 77DD6A78 ADVAPI32.RegOpenKeyExW 00444008 77DD6FC8 ADVAPI32.RegQueryValueExW 0044400C 77DD770F ADVAPI32.RegOpenKeyW 00444010 77DF9884 ADVAPI32.RegDeleteKeyW 00444014 77DDD649 ADVAPI32.RegEnumKeyW 00444018 77DD7535 ADVAPI32.RegCreateKeyExW 0044401C 77DDD7CC ADVAPI32.RegSetValueExW 00444020 77DD6BF0 ADVAPI32.RegCloseKey ========================================== 004446B8 7757A379 ole32.OleIsCurrentClipboard 004446BC 7752431A ole32.CoRevokeClassObject 0…
-
Hash Dump Generation Source Code For Delphi...
by Teddy Rogers- 9 replies
- 5k views
Ted. checksum.zip
-
C++ Programming Video Tutorials
by dewill- 2 replies
- 3.3k views
http://www.fafiles.com/cpp_index.php
-
Portable Executable File Unit...
by Teddy Rogers- 2 replies
- 4.2k views
Unit Version: 1.3 Functions: Conversions: Add/remove: Sections: Again with it: Examples: Portable_Executable_File_Unit.zip Ted.
-
Bcm_setimagelist
by starzboy- 5 replies
- 4.4k views
BCM_SETIMAGELIST Been trying to use this in masm but i have failed miserably. Has anyone played with this before ? It is used to pin images on top of xp style buttons and it also retains the xp style. I tried setting the imagelist to the button , but it fails. Instead a get a blank button. i wonder why it fails. This is from SDK: ----------------------------------- BCM_SETIMAGELIST The BCM_SETIMAGELIST message assigns an image list to a button control. To send this message, call SendMessage with the following parameters. LRESULT SendMessage( (HWND) hWndControl, // handle to destination control (UINT) BCM_SETIMAGELIST, (WPARAM) wParam, // not used; must be zero (LPARAM) lP…
-
Setting Up Dll2lib
by hmi222- 1 follower
- 18 replies
- 8k views
Hi to all.... Nice to be here in this fine forum... Im trying to setup dll2lib to convert a dll (SID-PLAYER LIBRARY) to a static lib... All my tryouts crashed ... Does anybody knows how to setup dll2lib correctly? Thanks in advance....
-
Winasm Crc32.asm
by DrPepUr- 2 replies
- 3.5k views
I am playing around with Winasm trying to learn a few things and downloaded the crc32.asm from tuts4you and I cant figure out how to call the crc32 proc CRC32 proc uses esi lpBuffer:DWORD,dwBufLen:DWORD,dwCRC:DWORD If anyone can help me I would appreciate it. Thanks, Dustyh1981
-
Ollyscript: Problem With Asm Command
by drizzt- 3 replies
- 3.4k views
hi all, i was currently writing an ollyscript and have a small problem with the ASM command: i tried everything: asm eip, "call dword ptr ds:[401000]" asm eip, "call dword ptr [401000]" asm eip, "call dword [401000]" asm eip, "call [401000]" my used version was 1.64 any idea how to fix this? asm eip, "call GetCommandLineA" works fine. thanx in advance /drizzt
-
[ask]make Xm,mod,it Player With Vb6
by sayurganja- 4 replies
- 4.3k views
:biggrin: how ??
-
Ufmod Directx Directsound Player Source
by ragdog- 2 replies
- 3.2k views
hi guys here is my uFMOD DirectX DirectSound player from resource v0.2 with vu-meter all source is included Download link So have fun greets ragdog
-
Winasm Question
by DrPepUr- 2 replies
- 13.9k views
I am playing around a little with Masm @ Winasm trying to get the computername I tried this .data? ComputerName db 255 dup(?) lSize db 255 dup(?) .Code invoke GetComputerName,addr ComputerName,addr lSize It compiles and runs but no return, what am I doing wrong?
-
How To Fade-in And Fade-out?
by hakand- 12 replies
- 6.1k views
Hello everyone, I really wonder how it is done fading in and fading out effects while closing the application window and displaying it. Does anyone know how to? I need the codes for Win98(especially) and XP systems. Thanks in advance.
-
Hooking .net Jit Compiler
by Nuclear- 23 replies
- 12.3k views
Hi all, I'm looking to write a .NET protection mechanism that will decrypt/decode each function at runtime. This topic interests me and i need a new side project. I recently found this article (hence the hooking JIT title), but being a bit new at this, I'm still not sure how to go about it. http://www.codebreakers-journal.com/content/view/123/97/ Can anyone provide links, tutorials, tips, etc to help me along my way? Thanks in advance. Nuclear
-
Updateresource
by ragdog- 4 replies
- 3.5k views
hi i playing with updateresource my source works good i open the target exe in the hexeditor have it at the end of this file this signs PADDINGXXPAD..... What is it greets ragdog
-
Odbgscript Help
by drizzt- 6 replies
- 3.6k views
i'm not very experienced with odbgscript and currently try to achieve to auto-unpack a binary. so i'm asking: 1. is there a special command to enum all the sectionnames, sectionstartaddresses and its sizes of a binary? GMI just shows me the CODEBASE and CODESIZE 2. is there a command to set the access rights of a chosen section? thanks in advance /drizzt
-
Asmmd5 Keygen Template Issue
by macabre- 3 replies
- 3.1k views
Hey all, I wanted to use this template Arc Flash by Ufo-Pu55y but I needed an MD5 hashing algo. So I took the ASMmd5.asm from another template by dR.cARBOn. Without including the ASMmd5 code the Arc Flash template compiles and runs fine. Once I include this I get "instruction operands must be the same size" Errors in the Main Arc Flash file. The lines that are causing the issue look like: mov [edi],eax mov edx,eax mov edx,[edi] @@: mov eax,[esi]Now, obviously these are the same size and the ASMmd5 hash proc seems fairly straight forward. I know assembly but I'm not super familiar with masm and I'm using RadASM for the project since it had a .rap file (Thanks Ufo-P…
-
String Parser
by ragdog- 3 replies
- 7.7k views
hi If you can help with a problem? I am looking for a function in masm32 as one in a exe file searches for a string example (Test123) is in the target.exe I can not work with offsets for read the string of the target file my source is added exe_string_parser.zip thanks in forward ragdog
-
Patchmaker
by ragdog- 15 replies
- 4.6k views
hi guys i coding a patchengine. How is it useful to compare 2 files whether they are equal? With a crc32 for original and patched file? And then I have a question, there are some examples for patchengines in masm32 greets ragdog
-
Dedal's Import Hooker...
by Teddy Rogers- 0 replies
- 2.7k views
I think this may be more appropriate for this forum: dImpHook.rar Ted.
-
- 5 replies
- 9.5k views
hi to all i need a search and replace loader source in delphi i can write loader (load target and change on hex codes) but can't search . please help me
-
Patching A File Using Visual Basic 6
by Guest BooGLE- 5 replies
- 4.3k views
Hey Guys, I am having some trouble with patching a file in vb6. I use the following code to try and patch the file: Open "File.exe" For Binary As #1 Put #1, &H3BA1E, "EB" Format As: "Put #1, <offset>, <byte> Close #1 But, This isnt working! I've also tried reversing the orders of things, but it just seems to screw up my file. I also would like to know why "&H" is put before the offset? Any help on this would be appriciated. Best Regards, BooGLE
-
Edit Visual Basic
by Scale- 9 replies
- 4.3k views
I have a nice tool that i use but it has the nasty property of always on top (topmost), I reasonably experienced with assembly but i always have a hard time with VB. Anybody know how i could remove the top most, No idea where to start or how to trace it. Thanks
-
Delphi Keygen Template
by Departure- 9 replies
- 8.9k views
Here is a little project I did because there really is'nt that many delphi keygen templates on this forum (not that I have found anyway). The nice thing about this template is its small output, I called the dialog from resource file, thus no need for the delphi componates that you normally would have(making the size bigger). Also included sound using Magic_h2001's V2m Player, you can read about it Here How to use: If you want to keep the same logo that comes with the template then all you need to do is modify the Project1.dpr file with your info, and then just modify the generate procedure, at the momment it just get the text from username and spits it back to serial …
-
Sniffing Unicode Text?
by ChupaChu- 2 replies
- 3.4k views
I have played around with Anorganix's sources for serial sniffer from eZine#2 DL it here h!!p://arteam.accessroot.com/ezine/dl.php?id=2 (look in chapter 8, sources are included). Sniffer Source goes like this: function SniffSerial(PI: PROCESS_INFORMATION; Ctx: _Context): string; var X: Cardinal; Buff: PChar; begin // allocate some memory GetMem(Buff,50); // suspend the program and get the context SuspendThread(PI.hThread); GetThreadContext(PI.hThread,Ctx); // read the value that [EAX] holds (the good serial) ReadProcessMemory(PI.hProcess,Pointer(Ctx.Eax),Buff,50,X); // set the result and free the buffer Result:=Trim(Buff); FreeMem(Buff)…