Programming and Coding
Programming and coding tips, help and solutions...
1,876 topics in this forum
-
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
- 48.8k 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
- 17k 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.3k 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.1k 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.2k 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
- 2k 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.3k 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.7k 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…
-
- 1 follower
- 11 replies
- 2.4k views
cPaintDC.GetTextExtent LineHeight computation very bogus: alternatives??? LOGFONT lf; memset(&lf, 0, sizeof(lf)); HGDIOBJ hFont = ::GetStockObject(OEM_FIXED_FONT); ::GetObject(hFont, sizeof(lf), &lf); lf.lfHeight = 100; lf.lfPitchAndFamily = FIXED_PITCH; CFont font; font.CreatePointFontIndirect(&lf); pOldFont = cMemDC.SelectObject(&font); // Get size information int cWidth; cPaintDC.GetCharWidth('0', '0', &cWidth); CSize cSize = cPaintDC.GetTextExtent("0", 1); int nLineHeight = cSize.cy; ySizeChar = nLineHeight; xSizeChar = cWidth; …
-
- 1 reply
- 2.2k views
Hi everybody, I joined this group to learn more about web development. I am familiar with Java, C, HTML, and am actively learning CSS and Python. And I'm facing some issue! Can somebody help me? After deploying and hosting my website, I upgraded my pip version. Then I installed the pypaystack package. When I try to push to Heroku, I get the error shown below. In the development stage, the project is running smoothly. Collecting pypaystack==1.24 remote: Downloading pypaystack-1.24.tar.gz (5.4 kB) remote: Preparing metadata (setup.py): started remote: Preparing metadata (setup.py): finished with status 'error' remote: error: subpro…
-
- 1 follower
- 1 reply
- 2.1k views
I'm reading this article about the function of OS system and I'd want to know the operating system of the host on which my Java program is executing programmatically (for example: I would like to be able to load different properties based on whether I am on a Windows or Unix platform). What is the most reliable and safest approach to achieve this?
-
c# Xamarin All platform font icon
by Hadits follower- 2 replies
- 2.2k views
https://docs.microsoft.com/en-us/windows/apps/design/style/segoe-ui-symbol-font https://github.com/developerss/UWPIconforXamarin For Use xmlns:uwpfonticon="clr-namespace:UWPFontsXamarine" Glyph="{x:Static uwpfonticon:UWPFontsXamarine.'ChoostYourFont'}"
-
Sieve of Eratosthenes in C++
by shivambhatele- 2 followers
- 2 replies
- 2.3k views
Hello All, I am new in this community and I working on a freelance C++ project and I am confused sieve of eratosthenes coding problem. The problem statement is Given a number n, print all primes smaller than or equal to n. It is also given that n is a small number. I am trying to solve this problem by Efficient Approach A prime number is a number that is divisible by only two numbers – themselves and 1 Example: Input: n =10 Output: 2 3 5 7 I have checked sieve of eratosthenes coding problem on google and I have found this problem post. I am sharing one code example. Can anyone explain me, how sieve of eratosthenes program works? or explain with another exa…
-
- 4 followers
- 8 replies
- 2.8k views
hi guys recently ripped a rotating dots animation from penawar.brontok.1.4.3.full.incl.keygen-tsrh , but the thing is it crashes 6 or more times before it loads correctly. but in the meatime i think i found some buggy thing on this one on StartAddress function: loc_4025B3: cmp [ebp+var_10], 0 jb loc_4025FB push 2Ch ; int push dword_407AD4 ; float push 2 ; int push offset dword_407290 ; int call sub_401EB0 push 2Ch ; int push dword_407AE0 ; float push 1 ; int push offset dword_407290 ; int call sub_401EB0 fld dword_407AE0 fadd flt_407AFC fstp dword_407AE0 lea eax, dword_407290 jmp $+2 ;<------------- i've even replac…
-
- 2 followers
- 10 replies
- 6.4k views
hi guys , i was patching an app called Macrorit disk partiton expert. Then i wanted to test the patcher by using the patch engine coded by Jowy, inserted patch offsets and the patterns, got the CRC32 number from dup2, and when i tried to patch, my patcher got same crc32 error even though it was the correct one : .data MSGTitle db "PERYFERiAH`z generic patch",0 PatchAborted db "aborted.",0 CRCFailed db "sorry, wrong version or already cracked.",13 db "patch aborted .",0 SizeFailed db "wrong file size.",13 db "make sure the app has the correct version",13,13 db "patch aborted .",0 CannotAccess db "seems that ur program is running, you must close it.",0 Patch…
-
Window not showing icon
by ToMKoL- 2 followers
- 4 replies
- 2.7k views
I've wrote small loader for an old crackme. This crackme searches for Olly window class and when not found my loader tries to emulate it. For this I'm creating simple window. Main window is dialog box. On dialog icon is shown normally but not on created window. I've tried many things. Using two different icons for each window, using some default icon from os, different window styles but without luck. I'm attaching full source and target. If You have some other ideas please share. hmx0101_secret1.zip