Programming and Coding
Programming and coding tips, help and solutions...
1,882 topics in this forum
-
[Help] Typecasting Windows
by unknown- 1 follower
- 2 replies
- 1.9k views
I came into a problem where i need to grab BeingDebugged BYTE from PEB https://learn.microsoft.com/en-us/windows/win32/api/winternl/ns-winternl-peb I got the address of PEB from x64 system PEB* _PEB = (PEB*)(__readgsqword(0x60)); to get the address of BeingDebugged flag i need something like (PBYTE)_PEB + 0x002 but i am not sure what typecasting exactly i have to use , give me your lights.
-
Time diff calulate in c++
by SuperJackAbcd- 1 follower
- 0 replies
- 1.7k views
#pragma once namespace CppCLR_WinformsProject1 { using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::Windows::Forms; using namespace System::Data; using namespace System::Drawing; /// <summary> /// Summary for Form1 /// </summary> public ref class Form1 : public System::Windows::Forms::Form { public: Form1(void) { InitializeComponent(); // //TODO: Add the constructor code here // } protected: /// <summary> /// Clean up any resources being us…
-
[HELP] Call x86 on x64 process address space
by unknown- 1 follower
- 2 replies
- 2.4k views
I am trying to load x86 dll in address space of x64 process. Most of resources i found online talk about calling x64 bit dll in x86 process.
-
ComboBox event when selected item text was changed and finalized
by CodeExplorer- 2 followers
- 2 replies
- 1.9k views
Hi. I looking for something... ComboBox event when selected item text was changed and finalized??? - After selected value changed! Visual C++ 6.0
-
- 2 followers
- 1 reply
- 2k views
Hi guys, so I was just coding around a little and testing my stuff in OllyDBG and was wondering why I could not find the CreateProcess function in my intermodular calls list. Then I was checking out my IAT of my app and there could also not found the CreateProcess function and just found a address to AcLayers address which seems to be on top before calling the function. Just wanna know why and of course why? Is it just a on top protection function or something? Is it needed to use it by Windows and is there a way to prevent / disable that and is there also a function list what APIs are affected from those OnTop AcLayers PRE calls? Why that injection? Below my IAT pa…
-
SST C++ Keygen Template
by Bilbardfayim- 1 reply
- 5.4k views
File Name: SST C++ Keygen Template File Submitter: Bilbardfayim File Submitted: 12 Apr 2015 File Category: Source Code C++ Keygen Template by [sST] ........--------------------------........ Click here to download this file
-
Compute SHA256 hash of file
by SuperJackAbcd- 2 followers
- 1 reply
- 1.8k views
Source code private message to me. filehash.exe
-
Where is MethodDesc::Call ??? Framework 4.0
by CodeExplorer- 1 follower
- 5 replies
- 2.7k views
Where is MethodDesc::Call ??? Framework 4.0 https://www.oreilly.com/library/view/shared-source-cli/059600351X/ch06s02.html Is not inside method.cpp, in fact I can't find there any method starting with "Call" Alternatives? Any other simple way of executing .NET methods at low level?
-
C# (.NET) - change the call stack trace of a running method ??
by CodeExplorer- 1 follower
- 3 replies
- 1.8k views
C# (.NET) how to change the call stack trace of a running method?? Without throwing exceptions! Is this even possible?
-
patcher written C++ help
by modz50- 1 follower
- 2 replies
- 2.2k views
hi does anyone know best solution for creating a patcher please i have found a way to patch out themida and winlicense server contacts to check if a license key is valid so i have patched out a way to bypass this in about 6 programs that i protected by the newest versions available
-
Server host
by devsat-dz- 1 follower
- 1 reply
- 5.4k views
Hello my friends ..... What is the name of the function that depends on to know the host for the process of converting it to a local server?
-
- 4 followers
- 75 replies
- 49.7k 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, …
-
Silences Programmings Tour - MASM32 (General Edition) 1 2
by DeadAndGone- 30 replies
- 17.1k views
Hey guys, as you might know we have one day left to live, because the 21'th the world will be gone... So I would like to say thanks to all my friends in the rce scene. Farewel !Hahaha no just kidding ! This is the real story: Christmas Present (Pass = HAPPYxMAS) http://199.201.127.158/index.php?dir=&file=Silences.Programmings.Tour.-.MASM32.%28General.Edition%29.zip'>>http://199.201.127.158/index.php?dir=&file=Silences.Programmings.Tour.-.MASM32.%28General.Edition%29.zip
-
w2k3builder: a VM configured to build leaked Win2k3 Server source code (which then has full pdb symbols)
by deepzero- 0 replies
- 2.9k views
https://vimeo.com/759543579 https://twitter.com/w2k3builder magnet:?xt=urn:btih:d89a3d7a0857cc315bb494b83bc77e6acc21517b&dn=w2k3builderv1_final.ova&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a80%2fannounce&tr=udp%3a%2f%2ftracker.opentrackr.org%3a1337%2fannounce
-
Looking for very basic dotnet obfuscator
by HateThisShittySoftware- 4 replies
- 2.4k views
Hello Im looking for very simple dotnet obfuscator,everything that it should do is renaming classes/methods/strings/etc using dnlib Nothing more I want to change it to fit my ideas, but projects like confuserex are too complicated for me bc i never worked with dotnet obfuscators before
-
How to convert vc++ project to vc2010 project
by tarequl.hassan- 5 replies
- 2.5k views
Dear all I want to compile one vc++ project vc 2010. But it does no compile. I have attached the file. Thanks solution-1 check.zip
-
- 1 follower
- 1 reply
- 1.9k views
The console is allocated at new thread ( not main ) , it's possible to hide it without access to source code?
-
- 1 follower
- 0 replies
- 2.2k views
using ModuleDefMD module = ModuleDefMD.Load(Resources.Build); foreach (TypeDef type in module.GetTypes()) { foreach (FieldDef field in type.Fields) { string[] MyTexts = new string[] { ".data", ".key" }; field. ? = MyTexts; //For byte array this replace //byte[] fake = new byte[] { 0x6B, 0x61, 0x6F }; //field.InitialValue = fake; } } How to replace?
-
- 1 follower
- 3 replies
- 2.6k views
The original of what should come out in the end. public static string[] ss = new string[] { "$DATA" // This line is replaced by the new }; I want to get this result public static string[] ss = new string[] { ".data", ".txt", ".sfc", ".crypt" }; I use a textBox and enter data in the following format: . .data .txt .sfc .crypt I have a public dictionary where I put data public static Dictionary<string, string> DicPairs = new Dictionary<string, string> Adding data to the dictionary from a TextBox string res = string.Join(", ", Enumerable.Select(textBox1.Text.Split()), s => $"\"{s}\""); // $"\"{s}\"" - To have b…
-
tv static crash
by r0ger- 2 followers
- 6 replies
- 12.7k views
screw the stubborn cube. now i am struggling with the tv static with vertical scroller that i have also ripped from REV's keygen. do you guys see any problem in that? i cannot seem to figure it out and i need to hurry up a little bcs i need to make a Keygen inc patch template before the other version comes out so i might need it a little bad X__X TXTScroll+Static_ReVeNgE.rar
-
Cube animation overdraw
by r0ger- 3 followers
- 19 replies
- 3.1k views
Hi guys, i've ripped some another rotating cube animation from one of FFF's cracks, and im actually struggling creating DC's for the black background without the cube overdrawing on the background. i have even tried to clean that up with SetBkMode (TRANSPARENT) on the dword_40B7B8 variable,and still no use even with PatBlt. if someone is interested i will send the crack file (unpacked) + its idb file from IDA pro. thanks a bunch!
-
- 2 replies
- 2.3k views
Hello friends. I have deployed a new repo. There are WinAPI C Keygen templates which plays XM music. And they are 64bit. You can get the keygen template sources and relevant data from: https://github.com/blue-devil/SCT-KeygenTemplates Waiting for bugs 😬 Btw, i got the library from libxmp. But libxmp did not give us a simple player API. So i have extended the library. It is also included the repo above. libxmp-lite4reversers.zip SCT-x64-GUI-KeygenTemplate.zip
-
Unable to get disk drives serial numbers from kernel mode
by disharm0niz- 1 follower
- 0 replies
- 2.1k views
Hi everyone. I started kernel mode programming just a few days ago and am having some problems. I am trying to get disk drives serial numbers from kernel mode. Here is my code so far: NTSTATUS Status; GUID PhysicalMedia; PVOID wmiObject = NULL; PVOID DataBlockObject = NULL; ULONG BufferSize; PhysicalMedia.Data1 = 0xBF253431; PhysicalMedia.Data2 = 0x1E4D; PhysicalMedia.Data3 = 0x4F57; PhysicalMedia.Data4[0] = 0x00; PhysicalMedia.Data4[1] = 0xE7; PhysicalMedia.Data4[2] = 0x64; PhysicalMedia.Data4[3] = 0xB2; PhysicalMedia.Data4[4] = 0xCA; PhysicalMedia.Data4[5] = 0xCC; PhysicalMedia.Data4[6] = 0x80; PhysicalMedia.Data4[7] = 0x1E; Status = IoWMIOpenBloc…
-
i need sorce code dll injector patcher
by prince2022- 1 follower
- 1 reply
- 2.4k views
hi i am looking for source code dll injector patcher in memory
-
Is there any difference on offset between call & jmp on x64?
by CreateAndInject- 2 followers
- 14 replies
- 3.8k views
See the following code, Way 1 can work on both x86 & x64, but Way 2 can only work on x86. Why does Way 2 fail? How to fix Way 2? using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; namespace HookTest { unsafe class Program { public static string MyReadLine() => "test"; [DllImport("kernel32")] public static extern bool VirtualProtect(IntPtr address, int size, int newProtect, out int oldProtect); static void Main() { var oldMethod = typeof(Console).GetMethod("ReadLine"); var newMethod = typeof(Program).GetMethod("MyReadLine"); RuntimeH…