Programming and Coding
Programming and coding tips, help and solutions...
1,894 topics in this forum
-
I haven't tested it yet, but it sounds very interesting. Especially when your working on mixed sh1t projects like asm/c or asm/c#. />http://kipirvine.com/asm/gettingStartedVS2010/index.htm PS: credits to hmi222 for the find
-
Microsoft All-In-One Code Framework * Are you frustrated by the lack of code samples for a certain programming task? * Have you struggled to quickly get started with a technique? * Have you ever expected someone to write code samples for you based on your requests for free? * Is a one-stop code sample library for all Microsoft development technologies attractive to you? If your answer is YES to any of these questions, the Microsoft All-In-One Code Framework is for you! The Microsoft All-In-One Code Framework is a free, centralized code sample library provided by the Microsoft Community team. Our goal is to provide typical code samples for all Microsoft dev…
-
hi, I am trying to store a custom procedure within the resource section of my executable. Then, I hope to call that procedure from resource. I have a basic example working and I have posted full delphi source code for this example. However, there are limitations. I am having trouble retrieving return values from Windows API. As you can see in the code below, if you compile both executables with the comment in the builder intact, then run the builder, next the stub, it works perfectly. However, if you remove the comment in the builder to assign a local variable to the result of a Windows API, then run the builder, next the stub, it results in an error Builder: p…
-
So I'm making a keygenme and I need to know how to load the dlls from a resource. do you extract them to c:\windows\system32? how do you call them from there? I'm using Fmod
-
[PR ID] Program.exe!Program.exe+0x3E300 || [0x0043E300] || Custom Patch [6 Bytes] || mov edx , dword ptr [esp+04h] || nop [PR ID] Program.exe!Program.exe+0x3E360 || [0x0043E360] || Custom Patch [7 Bytes] || push esi || nop [PR ID] Program.exe!Program.exe+0x3E940 || [0x0043E940] || Custom Patch [6 Bytes] || push ebx || nop [PR ID] Program.exe!Program.exe+0x75BD0 || [0x00475BD0] || Custom Patch [8 Bytes] || sub esp , 40h || nopHow can I inject this into the process? It needs to be loaded when the user wants, and the patchmydata won't load if these patches are in the exe eg. i open it and in olly do save to exe with patches then loa…
-
uFMOD wont work in vb6. I renamed lnk then added new link. IT WONT WORK!!!!!! It says Can't find ufmod in title!!!!!!!! My project here... - Click me!
-
I'm a Philippine Crossfire coder, But the 2D BOX and Chams is almost Detect by XTRAP, i need to know how can i hook a XTRAP. Can i use a Middle Function Hooking for this reason?? or not? And also what is ID3DcreatedeviceI and what does reason we need this ID3DcreatedeviceI and unpacked the crossfire.exe if i can try this i can make works the 2D BOX and chams again or i need a new codes does not detected by XTRAP? please help me to all professional on hooking.
-
hi, there... im new here in this forum and would show you a keygen template made for snd.... its fully written in masm (i used winasm studio as ide) i hope its usefull snd keygen template.zip
-
Hi Guy, How to get OEP in delphi code? Thanks
-
An old project I worked on, don't need it anymore, but I am actually using the injector, I'll probably won't continue this project. (Already does what it needs) Compiled under C++ Builder by embarcadero. http://www.mediafire.com/?51xdc0dj5jzpq2y
-
This code is NOT by me, it's by Madshi, author of madCodeHook, taken from experts-exchange, i'm an expert there. You can use the following code, it's copied from my madExcept package. madCodeHook uses a much better but also much more complicated API hooking method. The missing parts (e.g. GetImageNtHeaders) can be found in the madBasic package (which includes sources) of my collection. This function works fine. For successful IAT patching you need to patch each and every module in your process. However, in win9x you're not allowed to patch system modules (modules whose handle is bigger than $80000000). If you would do that, you'd make the whole OS unstable. As a result IA…
-
I wanted to derive high level pseudocode for assembly inrtructions eg cmp eax,20 jl ifLower can be represented in psedocode: if eax<20 goto ifLower similarly I want to derive psedocode for the following listing: specifically for adc instruction mov ebx, dword ptr[esi] sub esi,-4 adc ebx,ebx jb somelabel can anybody help?
-
I have been learning the rip technique for keygenning with Delphi. I have successfully compiled the program with Delphi 7 and it generates correct values. When I compile the same program with the Delphi 2008+ compiler, the keygen generates incorrect values. What parameters have changed with ASM inline in Delphi 2008+? Are there any compiler instructions I need to add to the ASM procedure to correct this problem?
-
Visual Studio 2010 Keybinding Posters High quality, print-ready PDFs in letter & A4 format containing the default keybindings in Visual Studio 2010 for Visual Basic, Visual C#, Visual C++ and Visual F#. DOWNLOAD
-
Hello, How can I insert an external link in a MessageBox in the WinAsm studio?
-
Hi, i have some Questions: 1. What is the code for moving the form without title bar? 2. Where can i find nice tutorials for WinAsm? Thanks...
-
hi guys, Here`s a little question that has been bugging me for quiet some time...: How can i declare a project wide variable? Say, main.cpp holds the function int main(){...}. In a second file, second.cpp, i have a second function: void second(){...}. How can these two functions share a string/int/long/... variable? thanx, deep p.s. to makes this clear, this is in no way related to windows environment variables (%tmp%, %%appdata%,...). That`s mostly what i got when using google... :S
-
Stupid project I wasted my time on. http://www.mediafire.com/?8aua9t2hjw131sf
-
My program is currently protected by checking 3 different text files on my 110mb.com account. It checks for the username using XOR encryption, it then checks the password. The code for getting the machine code(HWID) in my program is as shown here MachineCodeString = "MOD" + "-" + IPreplace3.Remove(3) + "-" + replace4.Remove(4) + "-" + IPreplace3.Substring(IPreplace3.Length - 4, 4); machineCode.Text = MachineCodeString; the ipreplace stuff and replace is just removing 0's, :'s and .'s I was wondering if any of you could program a keygen that only requires a name and serial. Depending on what the user enters for the name, the serial would have to match using …
-
hey all, I want to compile this lib in msvc++ 6 I followed this tour: http://www.shoup.net/ntl/doc/tour-win.html but couldnt compile this lib. />http://pastebin.com/BrYx7nRa Compiler shows more than 2500 errors, cant understand why. Please someone help me to figure out what am i doing wrong thanks
-
How to read PDB files A long time ago I was looking on how to process pdb files in order to get additional information that reflection simply could not provide. Now I stumped over a 5 year old post of Mike Stall and suddenly all became clear. I’ve put together a small example which uses .net 4.0 to read the method body code as it is in the source code from where the assembly was compiled. Mind you that in order for this to work you have to have the pdb of the assembly available. Also please make sure you add a refference to ISymWrapper and your project is targeting .Net 4.0 framework, not .Net 4.0 Client. using System; using System.Diagnostics.SymbolStore; using Syst…
-
Hi, I got my hands on the trial version of "Microsoft Visual Studio 2010 Ultimate". Really nice IDE... Two issues, though: 1) InteliSense doesn't work at all: i tried everything described here: />http://msdn.microsoft.com/en-us/library/ms235519.aspx - no success. 2) Second thing is my cursor. When i have a project open, the mouse cursor switches between the standard arrow and the hourglass continuously - twice a second and system wide. That is really annoying and makes it virtually impossible to have a project open in the background. did anyone experience similar issues? deep0
-
Visual Studio 2010 and .NET Framework 4 Training Kit June 2010 Release of the Visual Studio 2010 and .NET Framework 4 Training Kit VS2010TrainingKitJuneSetup.exe 178.0MB Version: 1.5 Date Published: 6/16/2010 Language: English Overview The Visual Studio 2010 and .NET Framework 4 Training Kit includes presentations, hands-on labs, and demos. This content is designed to help you learn how to utilize the Visual Studio 2010 features and a variety of framework technologies including: * C# 4 * Visual Basic 10 * F# * Parallel Extensions * Windows Communication Foundation * Windows Workflow * Windows Presentation Foundation * ASP.NET 4 * Windo…
-
Document Well 2010 Plus: Hidden Options [update 7/20/2010]: Updated changes made for version 10.0.10710.22 of the Pro Power Tools. Please take a look at the changelog. A couple of posts ago I announced the availability of Document Well 2010 Plus as part of the Visual Studio 2010 Pro Power Tools. Since then we have received lots of feedback about our extension, for which I am very grateful. User feedback has centered around two main points: 1. There should be an option to hide the pin button 2. When using custom colors for tabs, the selected tab is sometimes not clearly distinguishable Fortunately, the extension has a couple of hidden options that will let you allevi…
-
Hi, I apologize in advance if I've posted this in the wrong place, plus I'm a newbie so please spare me some punishment regarding the following. I want to modify an executable that uses combo boxes for several hundred strings. I have no source, and when you use a resource editor only dialogs appear. I've been told this program's combo boxes use a tricky string structure. Since hex edit seems to be my only option at this point, I change the current text while leaving null(00?) characters alone. The null character data position can't be changed and they signify the start of the next string. Due to being only able to edit original text, I also have to keep the original strin…