Programming and Coding
Programming and coding tips, help and solutions...
1,882 topics in this forum
-
[c++,gui]
by deepzero- 5 replies
- 7k views
hey, i need to have a simple c++ gui, using the msvc++2008pro IDE. It`s just a small project, so i didnt want to bring wwwidgets or similar into the game... Since the build-in resource editor doesnt display the location and size of single dialog items (for unknown reasons...) i was looking for an alternative and came across this: ResEdit 154 - http://www.resedit.net/ That resource editor is awesome...unfortunately, its generated .rc scripts are not compitable with msvc++2008pro, even though the homepage says different: Adding a simple dialog resource created by ResEdit crashes msvc++: // Generated by ResEdit 1.5.4 // Copyright (C) 2006-2010 // http://www.resedit…
-
Adding Custom Login
by Dave Prost- 5 replies
- 8.2k views
Hi I have a compiled app that I want to add a login program too. I've written the login program and compiled it. My first thought was adding a code cave but when I look at the login assembly it's pretty big so I'm not sure if there will be enough space for a code cave. Is there a better way? Can I merge the two programs together and then maybe make a jump at the start of the first program to go to the login app? Then depending on the return value continue loading app 1 or exit. I'm just guessing here as i'm really not sure of the best way to proceed so any hints or tips would be greatly appreciated. Thanks D
-
- 4 replies
- 4.6k views
Hi all, I am coding next version of Hash calculator and I am thinking to add support for PEiD plugins. I know that PEiD plugins have two main calls LoadDll DoMyJob But, what I want to know is that, how to dynamically load the dlls present in the folder of Hash calculator ? As in PEiD, just copy the plugin into the plugin folder and the plugin will be working. Same thing I want to do. Just copy the plugin to the Hash calculator folder and the plugin will be working with calculator. How to do this ? Oh, one more thing, I am coding in MASM, so codes in assembly will be more useful. Thanks
-
- 4 replies
- 4k views
Hi masters, I am new here on tuts4you. I need help of you guys. I am coding an personal hasher tool in ASM with the help of cryptohash lib. I am having problem with EnCrypters like MARS It's not giving me proper hash and not decryting it too. Here is a piece of code, I have coded. invoke GetDlgItemText,hWin,EDIT_KEY,addr key,sizeof key mov keysize,eax invoke GetDlgItemText,hWin,EDIT_INPUT,addr inbuff,sizeof inbuff invoke MARSSetKey,addr key,keysize invoke MARSEncrypt,addr inbuff,addr hash invoke HexEncode,addr hash,16,addr outbuff invoke SetDlgItemText,hWin,EDIT_HASH,addr outbuff invoke RtlZeroMemory,addr inbuff,sizeof inbuff …
-
Coding unpacker
by snoopy- 8 replies
- 9.6k views
Hey Guys, Recently got into the nice field of coding unpackers instead of using WinDBG scripts/ plugins. What I am facing is something that has to do with coding a import reconstructor. I am simply testing it on a UPX protected file to get a good understanding. IAT on my original unprotected file is at 41410C (VA). When the file is packed the PEheader is being changed to RVA 17A94 (417A94) this is a fake IAT address. Now what I am trying to do is figuring out how to code a tool to rebuild it for me. So I first need to find the real IAT. I read that Imprec could use 2 techniques: signature scanning, API 'hooking'. When I signature scan for FF25 [Jmp Address] I am able to f…
-
- 0 replies
- 3.1k views
The fundamentals of a proper, efficient web site design is not simply a combination of magnificent graphics and use of superb colours on the website, but along with its great look there are other delicate aspects that make your website well-balanced thus carrying out the message for your business effectively. web design los angeles firms, with their expertise in web designing, focus on all these factors to label a website as 'good'. Here are a few points to take care of: 1. The website should have a neat and proper navigation. This is one of the most important points to be taken into account while designing your website. The Homepage of the website must possess a Top …
-
Delphi Encryption Compendium Source+exampels
by Banditos- 10 replies
- 13.1k views
Delphi Encryption Compendium DEC_5_1c.rar Future! Delphi Encryption CompendiumVersion 5.1 Part I & II Copyright (c) Hagen Reddmann HaReddmann at t-online dot de Delphi 5,6,7 Datei: DEC_5_1.zip Installation: - download DEC_5_1.zip - entpacke all files to zb. d:\dec\ - Start Delphi and use zb. for D5 on the folder d:\dec\d5\ w
-
GDI+ Stars Field Control
by Kurapica- 1 reply
- 5.8k views
Source is included />http://portal.b-at-s.net/download.php?view.494
-
GDI+ Flame Maker
by Kurapica- 1 reply
- 11k views
A GDI+ user control coded in C# It can be used in keygens or About screens to draw a churning fire Colors can be adjusted from Code Any comments are welcome .... get it from here : http://portal.b-at-s.net/download.php?view.492
-
c++ reversing
by Shub-Nigurrath- 6 replies
- 7.5k views
Hi all, dunno if this went unnoticed or not, but it's definitely an interesting area to investigate further..for me surely it is.. OOP_RE" as described in: http://www.blackhat.com/presentations/bh-d...al_Yason-WP.pdf A lof more can be taken using the igorsk's great info and scripts here: http://www.openrce.org/articles/full_view/23
-
- 2 replies
- 8.8k views
Who can help me code a program use Direct Input 8 to send keys to a other window? This is my Project (Not successful!). />http://www.mediafire.com/?x0sps1xs3g1logz I was tryed vzy much but code to Set the keyboard behaviour. Not know continue how i coding it... Plz help me!! Tks vzy much !
-
- 8 replies
- 7.4k views
Hi all, I gotta stuck in an assembly project, I need to do two thing in it. First one is I am using a combo box in it, so I need to know that how to use combo box to add lists in it, and how to get that which one is selected ? Also I want to get the selected list value from Combo box in Digits like, I want to prepare combo box list like this : 1. XXXXX 2. YYYYY 3. ZZZZZ And want to take selected value back in Numeric form like 1,2 and 3. The second question is that, how to get the clipboard data in a temp buffer. I tried the following code, but it's giving me waste local ClipHwnd:DWORD Invoke OpenClipboard,NULL .If eax invoke GetClipboardData, CF_TEXT .I…
-
C Keygen Template FFF
by tim619- 2 replies
- 9.8k views
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
-
iRC nFO Viewer V2b
by tim619- 0 replies
- 7k views
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
-
IRC KeygenMe #1
by tim619- 0 replies
- 9.3k views
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
-
Mirrors Edge Trainer by RED
by tim619- 0 replies
- 3.9k views
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
-
Xylicrk Me 5
by tim619- 0 replies
- 8.2k views
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
-
AWM Antivirus Keychooser by Xylitol
by tim619- 0 replies
- 3.9k views
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
-
[win xp, olly] Problem assembling this line in olly.
by tukki_2020- 5 replies
- 3.3k views
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
-
- 11 replies
- 6.5k views
hi dears how we can switch to dll files in memory and sniff serial in delphi? sorry for poor english tnx
-
How to create Keygen screen
by ganvin- 17 replies
- 6.2k views
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.
-
xm library for 64bit
by Killboy- 15 replies
- 10.8k views
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.
-
[Delphi] How get Register's Data
by h4sh3m- 14 replies
- 9.6k views
hi How i can get Register's data (like EDX) in Delphi. Please Help. with best Regards h4sh3m
-
- 3 replies
- 6.7k views
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
by CodeExplorer- 1 reply
- 8k views
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/