Programming and Coding
Programming and coding tips, help and solutions...
1,889 topics in this forum
-
TypeBuilder Class emiting - classes uses each other
by CodeExplorer- 2 followers
- 4 replies
- 523 views
If we would have this class: public class CentroidCluster<TCollection, TData, TCentroid, TCluster> : Cluster<TCollection, TData, TCluster> where TCollection : IMulticlassScoreClassifier<TData, int>, ICentroidClusterCollection<TData, TCentroid, TCluster> where TCluster : CentroidCluster<TCollection, TData, TCentroid, TCluster>, new() { } I would just do this: public class DerivTCollection : IMulticlassScoreClassifier<int, int>, ICentroidClusterCollection<int, int, CentroidClusterDeriv> { } public class CentroidClusterDeriv : CentroidCluster<DerivTCollecti…
-
PureBasic Keygen Template
by tim619- 1 follower
- 16 replies
- 15.8k views
File Name: PureBasic Keygen Template File Submitter: tim619 File Submitted: 21 Mar 2014 File Category: Source Code Today I release a Keygen which I programmed a few days ago. It is written in PureBasic (v5.0) and can be compiled using x86 or x64 Compiler. The features of this Keygen Template are: -The language is very easy to understand and the code is not too much. -transparency -chiptune support -fading in and out of transparency and music -window always on top -Key copied to clipboard autom. -the "core" should also compile on MAC and Unix Version. have fun Click here to download this file
-
Crypt function reverce challange.
by HostageOfCode- 2 followers
- 2 replies
- 338 views
int i = 0; unsigned char input_buffer[BINSIZE + 1] = {0}; unsigned char output_buffer[BINSIZE * 2] = {0}; DWORD data_size = BINSIZE; for(i = 0; i < data_size; i = i + 16) { Decrypt(AESKey, input_buffer + i, output_buffer + i, 16); } for(i = 0; i < data_size - 16; i++) { output_buffer[i + 16] = output_buffer[i + 16] ^ input_buffer[i]; } The goal is to reverse the algorithm and obtain input_buffer if we have only the output_buffer after the xor manipulation and the AESKey outsource for the Encrypt function. Looks easy but it is not t…
-
keygennet vmp3.x通用注册机 - wtujoxk
by Yotic Yotic- 2 followers
- 7 replies
- 1.3k views
I have a question, I want to ask you guys. I want to create a license for a small software in C# language. I want to use VMP Potech to define a license to call HWID! But use the external KeyGen format as shown in the image above. What should I start with? Thank you.
-
- 1 follower
- 36 replies
- 3.1k views
Hi guys, at the moment I try to play around with JavaScript again to make any script (very basic) and now I have that problem to copy data / text into system Clipboard. Can anyone show a basic working example to create a function that copies the send API parameter into Clipboard if I need it? Example.... var HOLD1 = "Some_Text_to_COPY"; var input=document.createElement("input"); input.type="button"; input.value="Copy Title" input.onclick = CopyClipBoard(HOLD1); document.body.appendChild(input); function CopyClipBoard(SOMETHING) { SOMETHING.select(); SOMETHING.setSelectionRange(0, 99999); // For mobile devices navigator.clipboard.writeText(SOMETHING.…
-
- 5 followers
- 78 replies
- 52.2k views
ILSpy mod by Medsft: NET assembly browser and decompiler, debugger, High and Low level Editor Project renamed. ILSpy NEXT. NET assembly browser and decompiler, debugger, High and Low level Editor Description: ILSpy (latest ILSpy public version 2.2.0.1737) -add debugger from the SharpDeveloper studio -add CopyFullyQualifiedTypeName.Plugin -add OpCodeTableForm -add to treeview contextmenu: - strong name utility - rename class utility - Jump to EntryPoint - string viewer utility (search enable) - extension exeecute utility (reservation work enable) - hexeditor methodbody utility (runtime compilation enable, …
-
aspr_ide.dll Full Source Code
by TeRcO- 1 follower
- 9 replies
- 2.3k 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
-
Unpackers tools - source code C# 1 2 3
by CodeExplorer- 4 followers
- 63 replies
- 101.7k 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!
-
How to use SnR patch by Ali.dbg in Delphi?
by Doorker- 2 followers
- 5 replies
- 2.8k views
Hi everyone, help me. How to integrate in delphi with buttons and Infobox? I don't understand it. SnR_Patch_Delphi_Src.zip
-
- 2 followers
- 10 replies
- 8.9k views
Hello, i am reading quite a lot from ARTeam, unfortunately i only got The Weakness of the Windows API Part 1 (from a 3 part series) in my archives, therefore i wanted to ask, where i could find the other two parts as this topic is very interesting for me. May it be that there is only one part available?
-
- 1 follower
- 0 replies
- 2.4k views
Any have any idea to handle this kind protection ?
-
Scrolling Starfield_Delphi
by TeRcO- 2 followers
- 3 replies
- 2.9k views
Creating a scrolling starfield effect in Delphi. Starfield.rar
-
calling getEHinfo in x64
by CodeExplorer- 2 followers
- 2 replies
- 2.2k 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
- 3k views
WaterEffect_Src.rar
-
Another Simple Loader(Delphi SRC)
by h4sh3m- 3 followers
- 20 replies
- 12.3k 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
- 2.6k 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
- 3.1k views
GifImage.zip
-
Delphi Basics Offline Version 7.3
by TeRcO- 1 follower
- 0 replies
- 1.6k 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
- 2.2k 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
- 2.4k 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
- 1.4k 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
- 1.4k views
Merci, Frérot Steven.K (Xyl2k) MASM32-graphical-effects
-
- 2 followers
- 2 replies
- 2.5k 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.
-
Api_WindowWithControls_Delphi
by TeRcO- 1 follower
- 0 replies
- 1.2k 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
- 3.6k 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?