Programming and Coding
Programming and coding tips, help and solutions...
1,890 topics in this forum
-
My Dll Injector Code Does Not Work-
by Caliber- 15 replies
- 5.4k views
this is a console app. what it is supposed to do is list the info for notepad.exe and then inject the .dll into the notepad.exe executable space. it seems to list the program info correctly, but the injection does not work. (verified with ollydbg, the .dll isn't present) anyone can help would be appreciated. best, Cal here's the main code: // List Processes and Modules.cpp : Defines the entry point for the console application. //#include "stdafx.h"// test.cpp : Defines the entry point for the console application. //#include <windows.h> #include <tlhelp32.h> #include <tchar.h> #include <stdio.h> #include <string>#define MAXWAIT 10000// For…
-
Nfoviewer
by alano- 1 reply
- 3.5k views
Hi Seems like this is my first topic i\'ll start ;-) Im on my way to code a nfoviewer (vb.net) My first problem is the Terminal font, i searched with google, but ive only found some evaluation fonts or fonts LIKE the terminal, but not the original terminal font... is there anybody who got the file and can attach or give me a link? would be nice thanks
-
Dr7 Setting
by What- 3 replies
- 4k views
I have been looking into setting hardware breakpoints, I googled the hell out of it, anyway, every site I go to says set dr7 to 101, which although it works, it isnt very helpful, I was wondering if anyone could explain how to set the dr7 right especially when there is more then 1 hardware breakpoint and where to put the settings for type (access, write, execute) for each breakpoint. Thank you for you time.
-
Asm Crypto Librarys
by DrPepUr- 5 replies
- 3.6k views
I have been trying a few of the crypto lib off tuts4you, some of them I have no problem with but some I include them in my project and I get this link error LINK : error LNK2001: unresolved external symbol _WinMainCRTStartup Fatal error LNK1120: 1 unresolved externalsAll I have done is included the file in the WinAsm project and put an include statement im my main asm file. I tried looking on MSDN and found something on it but it is for visual c++. And said something about MFC applications and unicode......I dunno I figured somebody on here may have had the same problem at one point so I figured I would ask.. this seems to be the only place where anybody anwsers me... I…
-
Rsa Library
by BlacKaT- 7 replies
- 4.5k views
Anyone got a keygen library dictating RSA? i have seen MD5 libraries but not found an implementations of RSA thx
-
Ripping Functions From A Dll
by hmi222- 14 replies
- 4.5k views
g'Morning all! Is there a tool or is it generally possible to ripp functions out of a dll and use them seperatly? Thanx in advance! hmi222
-
Coding A Memory Reader For Specific App
by MadOldschool- 0 replies
- 2.7k views
<Removed>
-
Hi All, Get Reg Key
by 5k3l3t0r- 10 replies
- 4.2k views
hi all i need help on how to get regkeys... i know how to set but i don't know how to get... can someone help mee? bye, tkx 5k3l3t0r
-
Yzpelib By Usar...
by Teddy Rogers- 1 reply
- 5.4k views
yzpelib 0.5 Some of the things the code in this archive covers: Some good examples by UsAr... yzpelibv05.rar Ted.
-
3 State Buttons Without Subcalssing
by TheCodeCracker- 3 replies
- 4.8k views
Guys i started this thread to view the variety of coding styles used by different coders... I know how to create a 3 state button via subclassing the button window but i started this tread so that every coder can contribute their code snippets on how to skin buttons. e.g i make a 2 state button by setting the buttons property to be BS_OWNERDRAW and also creating the respective brushes and then processing it in WM_DRAWITEM message. Main proc hwnd:DWORD, umsg:DWORD, wparam:DWORD, lparam:DWORD .if umsg==WM_INITDIALOG invoke LoadBitmap,hinst,ID_BMPBTNNORMAL mov btnnormalbmp,eax invoke CreatePatternBrush,btnnormalbmp mov btnnormalbrush,eax invoke LoadBitmap,hinst,ID…
-
Self Destructing Dll Witha Catch [delphi]
by Departure- 6 replies
- 3.5k views
hey guys first of all I'll try and explain what I have done and what I want to do, and my thought on what I should proberly do to make a self destructing dll. First of I have created a custom dll in delphi to help me manipulate strings passed in Joe.exe (joe for example sake), I used IIDKing to inject my dll and functions to catch & manipulate the strings from joe.exe, this makes the custom.dll a static type dll for joe.exe which mean joe.exe now needs custom.dll to even run, Thats all fine and good but what I want to do is when I decide its time for custom.dll to be update (which I have already coded in to the dll), I want it close joe.exe and this will result in unl…
-
Ascii To Hex, Hex To Ascii Code
by What- 11 replies
- 7.4k views
Just looking for ascii to hex and hex to ascii code, for like getting information using getdlgitemtext and set. Just need it for a couple of tools i am writing out to make things quicker. I tried searching google but it was kind of annoying because most results were ascii charts or some other useless info, so I thought it would be easier to ask here. Thanks for any help.
-
#1 Keygen Template - Dr.carbon
by qOdbOp- 1 reply
- 3.2k views
where is the scroller.inc ?
-
Save Open Process To Disk
by Matrix- 7 replies
- 4.4k views
Hi Friends how i save a open process in memory to disk ? plz help me Tanx
-
Thunder Asm
by ntaryl- 7 replies
- 5.3k 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.6k 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
- 5.3k views
Ted. checksum.zip
-
C++ Programming Video Tutorials
by dewill- 2 replies
- 3.5k views
http://www.fafiles.com/cpp_index.php
-
Portable Executable File Unit...
by Teddy Rogers- 2 replies
- 4.6k 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.6k 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
- 8.3k 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.8k 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.7k 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.6k views
:biggrin: how ??
-
Ufmod Directx Directsound Player Source
by ragdog- 2 replies
- 3.5k 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