Programming and Coding
Programming and coding tips, help and solutions...
1,894 topics in this forum
-
File Name: C Keygen Template FFF File Submitter: tim619 File Submitted: 22 Jun 2011 File Category: Source Code The keygen is coded by jB^FFF in C. Click here to download this file
-
File Name: iRC nFO Viewer V2b File Submitter: tim619 File Submitted: 22 Jun 2011 File Category: Source Code A little NFO-Viewer coded in ASM by Jowy Click here to download this file
-
File Name: IRC KeygenMe #1 File Submitter: tim619 File Submitted: 22 Jun 2011 File Category: Source Code asm kgm sources Click here to download this file
-
File Name: Mirrors Edge Trainer by RED File Submitter: tim619 File Submitted: 22 Jun 2011 File Category: Source Code This trainer written in c++ is console based Click here to download this file
-
File Name: Xylicrk Me 5 File Submitter: tim619 File Submitted: 22 Jun 2011 File Category: Source Code This is a simple password protected Crackme with Delphi Source Code coded by Xylicrk. I added a simple patcher Click here to download this file
-
File Name: AWM Antivirus Keychooser by Xylitol File Submitter: tim619 File Submitted: 22 Jun 2011 File Category: Source Code A Keychooser is a little program which doesn't calculate keys it has the keys integrated. Xylitol gave the program 1000 keys. (WinASM) Click here to download this file
-
Hey guys, i am new to assembly language and i can't seem to assemble the line in olly: xor byte ptr ds:[eax], byte ptr ds:[ecx] what am i doing wrong? thanks
-
hi dears how we can switch to dll files in memory and sniff serial in delphi? sorry for poor english tnx
-
Hello friends, I'm new to this forum. I just want to know how can I make nice looking Keygen window (like with small image which can be moved anywhere on the screen). I don't want that to be a typical Window-like dialog box. It need to be with the a transparent image and 2 or 3 buttons in it. Are all those guys using some special programs to design Keygen screens? (Please note: I'm NOT looking for any back-end algorithms). Just wondering how I can create a good looking small Keygen screen for a already have keygen algorithm. Any help would be greatly appreciated. Thank you all in advance, -Ganvin.
-
I'm looking for a C/C++ library for xm module playback that works in 64bit mode. ufmod is x86 only, fmod is too bloated, minifmod has tons of inline asm, bass doesnt seem to have an x64 explicit bassmod, and even then I'd need the DLL, irrKlang is x86 only, too. I'm pretty much running out of options here, I'm thankful for any suggestion.
-
hi How i can get Register's data (like EDX) in Delphi. Please Help. with best Regards h4sh3m
-
Well, i would like to make application that i can list all modules and func that this application use, not for my application if not other application extern. Because i need to find or found address for some apis that use in modules in this application. Can i help me? Thanks.
-
mpg123 Famous mpg123 lightweight .net wrapper with sample. For use in your own .net mp3 projects. Read ID3 tags, decoder MP3 files, play them out. Really fast decoder for your managed applications. Written in .net 2.0 and c# Link: />http://sourceforge.net/projects/mpg123net/
-
Hi I'm looking at a C++ program and have identified the changes I need to make but I'm not sure how to do them. I'm not very well versed in assembly apart from the basics. I'm also using ollydbg which i'm not even sure is the best tool for the job. The existing code looks like this... 00422777 8B00 MOV EAX,DWORD PTR DS:[EAX] 00422779 83F8 07 CMP EAX,7 And what I need to do is have EAX equal to 6 so I need to load it somehow. I'm thinking in line 422777 but when i try to bruteforce it I break the program so I'm sure I'm doing it wrong. Any help or suggestions would be welcomed. Regards DP
-
x86-32: http://ref.x86asm.net/geek32.html x86-64: http://ref.x86asm.net/geek64.html Hoempage: http://ref.x86asm.net/index.html Ted.
-
my 1st post... i found a nice text scroller, pls take a look http://rapidshare.de/files/9929256/scroller.zip.html Best regards and wishes. Keygen2.5_exe_sources_.rar
-
-
I got a question for all you GDI pros out there Following scenario: I have a bitmap for which I get the pixels using GetDIBits for every single line (I do this because I have a seperate buffer for every line in order to have a 2-dimensional array so I can easily access pixels using buffer[y][x]) bmiHeader.biHeight is set to the negative bitmap height so I can use top-to-bottom bitmap data, this is easier to use with client coordinates etc. I periodically change pixels in the buffer and then write its content into a compatible bitmap using SetDIBits, again line by line. The compatible bitmap is selected into a compatible DC for rendering and on WM_PAINT I just BitBlt from …
-
Hi every one, I'm trying to code a nfo viewer with a scrolling effect for the text. I followed the exemple of Jowy (irc nfo viewer v2) but i've a problem that i don't manage to find. When the top of the text is touching the top of the Dialog, it scrolls back, so i can't see the whole text...i'd like (of course )that the text continues for the bottom of the text arrives at the top of the dialog. Here 's the code of the scrolling i did : invoke GetClientRect,hWnd,ADDR NfoRect mov hdc,FUNC(GetDC,hWnd) mov chdc,FUNC(CreateCompatibleDC,hdc) mov hbmp,FUNC(CreateCompatibleBitmap,hdc,NfoRect.right,NfoRect.bottom) invoke SelectObject,chdc,hbmp m2m rClientNfo.right,Nfo…
-
Can someone give me some code or the API calls that save people from having to write PE code? Like say I wanted to modify existing PE's code section and rebuild? Without all the binary searches and operations. I believe you can do it with virtual map calls and the IMAGE structs, but I'm not sure. Thanks. Any language is fine.
-
Hi, I was looking to generate unlimited 10 chars random numbers in vb.net. I found that it is not possible to set a variable to a certain lenght in the new vb.net, acoording a lot of coding sites. When I thought it worked it also started generating 8 and 9 chars of lenght. So, after a little while I came up with this: Imports System.TextPublic Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim startIndex As New String("1234567890") Dim random As New Random Dim startIndex1 As New String("0987654321") Dim random1 As New Random startIndex = random.Next(startInde…
-
Hi I have a couple of methods that I've re-written and want to replace in the original executable but not sure the best way to do it. One way I could see is to use reflexil and go through each module line by line but that will take ages. Another way I thought of, and this may be completely unrealistic, is to dump the IL and then simply replace the two methods with the new code. Then try to reassemble it. Like I said I don't even know if that's possible I was just 'free thinking' Any help would be much appreciated. Thanks DP
-
I have a function that converts me from any base to base 10 but the result is very long and it cannot be stored in an integer. Can someone explain me how should i use bignum lib so i can print result?
-
WPF - AppDomain Issue I've readed these articles: />http://social.msdn.microsoft.com/Forums/en/wpf/thread/eb9ef4ce-dd16-45b9-a925-b7abccec9b51 />http://www.joeseymour.net/2009/01/wpf-showdown-appdomaincurrentdomainsett.html />http://blogs.msdn.com/b/changov/archive/2009/10/26/hosting-wpf-ui-cross-thread-and-cross-process.aspx />http://www.infosysblogs.com/microsoft/2008/10/working_with_application_domai_1.html The program which I load MI.sappDomain is Reflector and yep he use WPF. MessageBox.Show("1"); MI.sappDomain.CreateInstanceAndUnwrap("Simple_MSIL_Decryptor", "Simple_MSIL_Decryptor.Terminator"); MessageBox.Show("2"); // never reached class Terminator : M…
-
So I downloaded IDA Pro a long time ago, and I wanted to install it in my virtual machine. Unfortunately, it has a hard coded expiration date -- It's not a timed trial. So, I figured out I could just change the date in my system tray, and it would allow it to run. When I reboot my VM, the system time changes again, and I have to keep repeating the process (VMWare pushes the date correction). Anyhow, I just wanted to pass on something for the upcoming coders -- a very small app I just wrote in assembly to change just the year (back to 2010) when I boot up. .386 .model flat, stdcall option casemap :noneinclude \masm32\include\windows.inc include \masm32\include\kernel32.in…