Programming and Coding
Programming and coding tips, help and solutions...
1,883 topics in this forum
-
Scrolling Starfield_Delphi
by TeRcO- 2 followers
- 3 replies
- 1.5k views
Creating a scrolling starfield effect in Delphi. Starfield.rar
-
calling getEHinfo in x64
by CodeExplorer- 2 followers
- 2 replies
- 454 views
Calling getEHinfo x64: crushes [UnmanagedFunctionPointer(CallingConvention.StdCall)] public delegate void getEHinfo(IntPtr self, IntPtr ftn, uint EHnumber, out CORINFO_EH_CLAUSE clause); public static IntPtr getEHinfoaddress; public static bool ShouldResolve = false; public static int targetIndex; public static IntPtr Compiler; public static IntPtr iftn; public static int EhCounti; public static unsafe void ResolveEH(int idx, IntPtr comp, int EHCount, IntPtr ftn) { //IntPtr selfEH1 = GetEHInfo(comp, false); IntPtr getEHinfoadd…
-
WaterEffect_Delphi
by TeRcO- 1 follower
- 2 replies
- 2.2k views
WaterEffect_Src.rar
-
Unpackers tools - source code C# 1 2 3
by CodeExplorer- 4 followers
- 62 replies
- 99.4k views
Unpackers tools - source code C# Spoiler This include: AssemblyLoad Confuser_Methods_Decryptor ConfuserDelegateKiller ConfuserStringDecryptor ExceptionLogger MegaDumper Reactor_Decryptor Resource_Decryptor Simple_MSIL_Decryptor StaticDecompressor Universal_Fixer My source code: https://gitlab.com/CodeCracker https://github.com/CodeCrackerSND https://bitbucket.org/CodeCrackerSND/ I will NOT share (anymore) the rest of my tools!
-
Another Simple Loader(Delphi SRC)
by h4sh3m- 3 followers
- 20 replies
- 11.5k views
Hi In this method we're using dlls as loader, Some system files(I'm just tested dll files) can load from outside of system directory so we can use them to patch files !! Most "Delphi" and "Dotnet applications" loads "version.dll" by default so we can use this file as loader for them ! Best Regards, h4sh3m version.rar
-
- 2 followers
- 8 replies
- 1.4k views
Is it possible to take out the source code from assembly language and how
-
Add a GIF to your Delphi 7 projects
by TeRcO- 1 follower
- 0 replies
- 2.4k views
GifImage.zip
-
Delphi Basics Offline Version 7.3
by TeRcO- 1 follower
- 0 replies
- 554 views
A complete version of the web site has been converted into a Windows executable. It looks and behaves like the site, but with the added benefits of : No adverts Search facility for finding Run Time Library entries and .Net Methods. Fast access to 1,000+ pages of tutorial/reference pages - the full site and more System.Drawing.Graphics .Net class pages - 44 methods each with examples illustrated with graphical output Printing of pages precisely to any paper size or format RTL lists printable by letter, function, unit or category History drop-down of recent and popular RTL pages Database tutorials, not available on this web site Copy ful…
-
- 3 followers
- 6 replies
- 1.6k views
#include <Windows.h> #include <iostream> #include <windowsx.h> #define IDB_EXIT 102 PAINTSTRUCT ps; HDC hdc; RECT starfield_rc; BOOL g_bDragging = FALSE; POINT g_ptDragStart; int WIDTH = 350; int HEIGHT = 400; const int numStars = 50; const int starSpeed = 1; struct Star { int x, y; int speed; }; const int NUM_STARS = 100; Star stars[NUM_STARS]; HDC hdcMem; HBITMAP hbmMem; HBITMAP hbmOld; void starfield(HDC hdc, int x, int y, RECT *rc) { int width = 335; rc->left = x; rc->top = y; rc->right = width; rc->bottom = 249; HDC hdcMem = CreateCompatibleDC(hdc); HBITMAP hbmMem = CreateCompatibleBitmap(hdc…
-
C++ loader source code
by amig0- 1 follower
- 2 replies
- 1.7k views
Hi, I'm looking for C++ loader source code that works on x64 applications with ASLR If someone can help I would really appreciate it
-
WindowsFormCpp for injection
by TRISTAN Pro- 1 follower
- 1 reply
- 890 views
Hello I'm looking for winform GUI interface for injection src code. I use This one for test but when I load the src code like void,ret 0 andWinMain it show error. NB:beginner for coding.
-
- 2 followers
- 0 replies
- 752 views
Merci, Frérot Steven.K (Xyl2k) MASM32-graphical-effects
-
- 2 followers
- 2 replies
- 1.9k views
Anyone can help me to create matrix effect like this in csharp I found way to do it using this project, this is rain effect i like it https://www.codeproject.com/Articles/5164199/Matrix-Style-Rain-in-Csharp-with-WPF But it has letter inside which bounce when hit on side, see the file below, how to do it i want to move letter inside matrix effect File here https://www.mediafire.com/file/oixj2lxsvnckl3j/kg.exe/file I am new in RE hope to learn from you experts.
-
aspr_ide.dll Full Source Code
by TeRcO- 1 follower
- 0 replies
- 874 views
You will find the source code for aspr_ide.dll, a dynamic link library used in software licensing and protection, specifically for applications protected by AsProtect. This DLL simulates various functions related to license validation, registration, trial period management, and hardware ID checks. With ❤️ aspr_ide.dpr
-
Api_WindowWithControls_Delphi
by TeRcO- 1 follower
- 0 replies
- 644 views
A simple Template in Delphi with only winapi Api_WindowWithControls.txt
-
[REQUEST] VEH hooking an exe at runtime
by iamwho- 1 follower
- 10 replies
- 2.9k views
Hi all, im trying to understand VEH hooking unfortunately all the examples i tried from github only teach doing it in own process. Im trying to veh hook a function in an exe by injecting a dll. Can anyone help please?
-
- 1 follower
- 4 replies
- 1.2k views
Hi! can someone help in coding version.dll in delphi to patch exe file ,there is an patcher called PYG_DLL_Patcher which exports version.dll and some other dlls but it has viruses when i enable the antivirus it deletes that version.dll file exported by PYG_DLL_Patcher, i found a version.dll delphi code here but the patch code is not included in it. Thanks in advance!
-
nVidia drivers or some other OS issue ?
by Kurapica- 1 follower
- 5 replies
- 1.1k views
I would like to ask if anyone has noticed this issue, started this July on some Windows machines. The using of "EnumDisplayDevices" either Ansi or Unicode versions : Example code : https://stackoverflow.com/questions/9524309/enumdisplaydevices-function-not-working-for-me #include <windows.h> #include <stdio.h> #pragma comment(lib, "user32.lib") void DumpDevice(const DISPLAY_DEVICE& dd, size_t nSpaceCount ) { printf("%*sDevice Name: %s\n", nSpaceCount, "", dd.DeviceName ); printf("%*sDevice String: %s\n", nSpaceCount, "", dd.DeviceString ); printf("%*sState Flags: %x\n", nSpaceCount, "", dd.StateFlags ); printf("%*sDeviceID: %…
-
MediaPlayer 1 2 3
by fearless- 2 followers
- 56 replies
- 4.5k views
A basic media player application written in x86 and x64 assembler that utilizes the MFPlayer-Library - which consists of functions that wrap the MFPlay COM implementation of the IMFPMediaPlayer and IMFPMediaItem objects. https://github.com/mrfearless/MediaPlayer Features Supports audio and video media that is natively supported by the Microsoft Media Foundation API Player controls via toolbar buttons, menu or context menu: Play/Pause Toggle, Stop, Frame Step, Volume Mute/Unmute, Fullscreen toggle, About, Exit. Custom control for Volume slider. Custom control for Seekbar slider. Custom controls for Labels (for duration of med…
-
- 3 followers
- 21 replies
- 3.9k views
This is anti-debug code for detecting ollydbg 32-bit version by @cpudbg. Got it from a Chinese forum. typedef LONG (WINAPI* WINDOWSBYTE)(int, int); bool CheckDebug() { DWORD dwRet = 0; char szModuleName[15] = {0x75, 0x73, 0x65, 0x72, 0x33, 0x32, 0x2E, 0x64, 0x6C, 0x6C}; // user32.dll PWCHAR lpModuleName = NULL; PWCHAR lpModuleNameTemp = NULL; PCHAR lpSrc = szModuleName; DWORD dwAPI = 0; DWORD dwFunName = 0; DWORD dwBase = 0; _asm { xor ecx, ecx mov esi, fs: [0x30] mov esi, [esi + 0x0c] mov esi, [esi + 0x1c] next_module: mov eax, [esi+0x8] cmp eax, 0 je end …
-
- 1 follower
- 5 replies
- 2.1k views
Hi guys, another question today. So I did delete few files accidentally by using the Window function DeleteFIle in my app (just some text files to delete) and if that happens the files are gone and not find in trashcan etc. So my question is how to get them back (so simple as possible)? I tried using Recuva app I found quickly on internet what was showing some files I could not find in trashcan but not all I did delete. Is there any other function instead of using DeleteFile what does delete the files I want BUT just moving them into trashcan only like Windows itself does? greetz
-
Getting Table Lenght with dnlib ???
by CodeExplorer- 1 follower
- 1 reply
- 729 views
How to get Tables length with dnlib?? Fallowing tables: 0x1B000000 TypeSpec 0x01000000 TypeRef 0x02000000 TypeDef 0x0A000000 MemberRef 0x04000000 Field 0x06000000 Method 0x2B000000 MethodTyPar 0x70000000 String 0x11000000 StandAloneSig
-
- 1 follower
- 7 replies
- 6.3k views
I need to show the printed serial number of an external usb hard drive using c# . I have found many sources in "github" but the returned serial number is not correct. the only program that gave me the correct serial number is "CrystalDiskInfo" which is open source but written in c ++ which I do not understand. Here is an example with "CrystalDiskInfo" with the correct result: Thanks for help
-
- 1 follower
- 3 replies
- 853 views
Hi. I have problems with restoring local variable from byte array, when I get variables Signature and I try to convert them to LocalSig I get and exception because can't convert MethodSig to LocalSig. Any help would be great. { using (BinaryReader binaryReader4 = new BinaryReader(new MemoryStream(this.DataStructure.LEH))) { binaryReader4.BaseStream.Position = (long)hInt; MethodBodySize1 = binaryReader4.ReadInt32() >> 8; // 104 short LocalsSize2 = binaryReader4.ReadI…
-
OpenThread Visual C++ 6 definition ???
by CodeExplorer- 1 follower
- 4 replies
- 819 views
OpenThread Visual C++ 6 definition ??? I can't find OpenThread in "Visual C++ 6" defined except on "Microsoft SDK\include\WinBase.h" but I don't how to use it, I've noticed it contains: #if _WIN32_WINNT >= 0x0501