Programming and Coding
Programming and coding tips, help and solutions...
1,883 topics in this forum
-
I've An Idea
by Bad Bytes- 10 replies
- 4.6k views
Hi I've an Idea for better performance in programming and Reversing( ). You must teaching the Tips of true writing the code for protecting first and teaching the reverse this method by multiple way next to teaching better programming and Reversing( ). It's simple and fine works for teaching to protecting and reversing code by engineers for newbies( ) If Anyone accept my Idea please write a method and how to reverse it in a reply for me and other users( ). Advance Thanks, Regards
-
Richedit Streams [delphi]
by Departure- 0 replies
- 3.1k views
I have a little problem, and that is sending richedit streams to another external richedit control, It seems that by sending streams it adds unseen unidentifyed charactors along with formatted code from the original richedit to the external richedit control, this results in problems in the external richedit control, because this richedit control is actually a Richedit20A box that send formatted chat text to a chat client, the client wont accept it because of unknowen charactors, I have tryed using trim function before sending the string into a stream and it makes no diffrence, So my question is ... Is there another way to send formatted text from a TRichEdit control to an…
-
Basic Memoryloader [delphi]
by Departure- 6 replies
- 4.1k views
Its nice to see since I posted some source codes people find it useful, I have held of with posting source codes because I did'nt feel My skills was upto the standards of this forum, I have learnt a lot from this forum in the past 2 years So I want to give back what I have learnt as a thank you to the Snd community. This is basic memoryloader, it works by creating a process of an app and loaded into memory with the suspended flag, it then write bytes to given address, these bytes and address's are declared in the consts section So it makes it easyer if you need to update these address and bytes. After writing the bytes it will resume the thread with the newly written byt…
-
Listview Help
by DrPepUr- 4 replies
- 5k views
I am messing around with a list view, I have 2 example sources, but I can not figure out what I am doing wrong. I am having trouble adding items to the list, I can get the items in the first Col but not in col1 or col2 here is the basic code I am using, I got it out of one of the example projects . LOCAL lvi: LV_ITEM mov lvi.imask, LVIF_TEXT or LVIF_IMAGE or LVIF_PARAM push 0 pop lvi.iItem push 0 pop lvi.lParam mov lvi.iSubItem,00 mov eax, offset Item1 mov lvi.pszText, eax INVOKE SendMessage, hList, LVM_INSERTITEM, 0, addr lvi inc lvi.iSubItem mov eax,offset SubItem1 mov lvi.pszText, eax invoke SendMessage,hList,LVM_SETITEM,0,addr lviLike I said above It adds the …
-
- 12 replies
- 8.3k views
Hi, is it possible to make a patch in vb.net am using 2008 of it atm. i do know how a patch works in vb6 but not in .net so i thought to ask. could somone show me a simple example please. many thanks :biggrin:
-
Masm + Vc + Qword == &$#!"
by Killboy- 1 reply
- 4.7k views
Heya I just tried coding something in C++ which exports a function in a dll that takes an ULONGLONG param. Now I was trying to create a MASM inc file for the prototypes. The problem is that if I use Function PROTO STDCALL Value : QWORD it seems to swap the lo and hi values. This seems to be a problem with C++ where the low part of the qword is located at [offset] and the high part at [offset+4]. (Offset being the address of the qword) AFAIK it's the other way around in MASM so I was looking for a data type that would behave the same... Instead of having to use: Function PROTO STDCALL ValueLow : DWORD, ValueHigh : DWORD Or am I wrong and MASM does it the same wa…
-
Chiptune_player_libraries 1 2
by Ufo-Pu55y- 43 replies
- 19.2k views
Did anybody ever see any LIBs to be able to play back other formats than ".xm" ??? I was looking for a LIB that can play ".mod", but couldn't find one... ./ Any help on this would be great...
-
Wsprintf
by Fungus- 6 replies
- 5.9k views
I am wondering how to use wsprintf in asm... when I do invoke wsprintf,bufOutput,concat,string1,string2 masm spits out some weird code... bufOutput is a 400h byte buffer, concat is "%s%s" , and string1 and string2...
-
Process Memory Dumper...
by Teddy Rogers- 0 replies
- 2.8k views
Process Memory Dumper example code. Title is quite self-explanatory... ProcessMemoryDumper.zip Ted.
-
Create A Log
by Fungus- 5 replies
- 6.8k views
I'd like to create a log (in an edit box or?) Like in dup2's patch window, and ImpREC's log window. How do I go about doing this, I've searched and searched and can find no src on how to do this. I'd also like to be able to save the log to a file, and be able to scroll the log up and down. thnx in advance =)
-
Process Detective V1.1
by GamingMasteR- 12 replies
- 4.6k views
Hi, I wrote this tool in pure asm and i'd like to share the source code Features : 1-Terminate Process. 2-Debug Process. 3-Set Priority. 4-Enum Process Memory Region : 1-Change Memory Region Protection Code. 2-Zero Memory Region. 3-Free Memory Region. 4-Dump Memory Region into File. 5-View Memory Region in Hex. 5-Enum Process Modules : 1-Inject DLL. 2-Unload DLL. 6-View Specified Memory Piece in hex. 7-Dump Specified Memory Piece into File. 8-Memory Hacker. Here's an example on using the Memory Hacker feature ! ScreenShot Source code in attachment , this may help somebody in coding a simular thing ... plz tell me if u find any bug (it works fine on Xp Sp2) …
-
Hide Files
by ntaryl- 22 replies
- 7k views
Good afternoon I search around to find informations about api (native api). I want to know how to hook few api and hide a file from eyes(not attributes ) thanks for the timwe
-
- 0 replies
- 2.5k views
hi there, since i'm new in sys i'd like to ask some hlp if it possible. sure i used the search function before . well i'm running some app which locks some file. i'd need to replace the file by app during the app's process running. the file is not exe itself, it's temp for app. is it possible ? i'd need to help with LockFile, UnLockFile, UnLock region, etc. just simply i need to replace the file which is locked by the app. i thought it could be done via make app process IDLE, then unlock the file, replacing with new and recover the process. thx 4 any nfo
-
Createtoolhelp32snapshot
by Fungus- 5 replies
- 3.6k views
Does anyone have an asm example of how to use CreateToolhelp32Snapshot and ProcessFirst, ProcessNext etc? Please, thanks
-
- 5 replies
- 3.9k views
Website:_http://www.deneke.biz/obsidian Its doesnt look like it will leave beta since its kind of old, but it comes with source so might as well post it here.
-
Delphi Vmdection Exampel
by Banditos- 3 replies
- 3.6k views
Hi guys I found on the world wide web this nice exampel. VMM DETECTION UNIT for DELPHI ============================= Aktuelles Build: 1. Oktober 2007 VMDetection.pas, Version 1.3 Beschreibung ------------ Diese Unit f VMDetection.zip
-
Ciphers In (m)asm
by Soul- 7 replies
- 3.8k views
Hi people , I wrote a few ciphers in (M)ASM , these are:GRAIN,ICE,KASUMI,MERCY,MESH,PLAYFAIR.My request:can anybody test it on his OS ? I have tested it on W2k but maybe it would not work on other OS. Edit: Ok , i dropped the ripped ciphers out and I will revise them. Edit2: -revised version of KASUMI -new cipher: Camellia Edit3: -new cipher: FROG
-
Exe Encryption\packer 1 2
by TGunner54- 29 replies
- 10.8k views
Hi, im after a simple source code VB6 or VC++ 6.0 for packing or encrypting an exe file. I want to make a cryptor. I do have some experience with VC++ 6.0 and VB6. I want to learn how this is done. Thanks In Return! I <3 SND!!! :happy:
-
My Dll Injector Code Does Not Work-
by Caliber- 15 replies
- 5.1k views
this is a console app. what it is supposed to do is list the info for notepad.exe and then inject the .dll into the notepad.exe executable space. it seems to list the program info correctly, but the injection does not work. (verified with ollydbg, the .dll isn't present) anyone can help would be appreciated. best, Cal here's the main code: // List Processes and Modules.cpp : Defines the entry point for the console application. //#include "stdafx.h"// test.cpp : Defines the entry point for the console application. //#include <windows.h> #include <tlhelp32.h> #include <tchar.h> #include <stdio.h> #include <string>#define MAXWAIT 10000// For…
-
Nfoviewer
by alano- 1 reply
- 3.3k views
Hi Seems like this is my first topic i\'ll start ;-) Im on my way to code a nfoviewer (vb.net) My first problem is the Terminal font, i searched with google, but ive only found some evaluation fonts or fonts LIKE the terminal, but not the original terminal font... is there anybody who got the file and can attach or give me a link? would be nice thanks
-
Dr7 Setting
by What- 3 replies
- 3.8k views
I have been looking into setting hardware breakpoints, I googled the hell out of it, anyway, every site I go to says set dr7 to 101, which although it works, it isnt very helpful, I was wondering if anyone could explain how to set the dr7 right especially when there is more then 1 hardware breakpoint and where to put the settings for type (access, write, execute) for each breakpoint. Thank you for you time.
-
Asm Crypto Librarys
by DrPepUr- 5 replies
- 3.4k views
I have been trying a few of the crypto lib off tuts4you, some of them I have no problem with but some I include them in my project and I get this link error LINK : error LNK2001: unresolved external symbol _WinMainCRTStartup Fatal error LNK1120: 1 unresolved externalsAll I have done is included the file in the WinAsm project and put an include statement im my main asm file. I tried looking on MSDN and found something on it but it is for visual c++. And said something about MFC applications and unicode......I dunno I figured somebody on here may have had the same problem at one point so I figured I would ask.. this seems to be the only place where anybody anwsers me... I…
-
Rsa Library
by BlacKaT- 7 replies
- 4.3k views
Anyone got a keygen library dictating RSA? i have seen MD5 libraries but not found an implementations of RSA thx
-
Ripping Functions From A Dll
by hmi222- 14 replies
- 4.3k views
g'Morning all! Is there a tool or is it generally possible to ripp functions out of a dll and use them seperatly? Thanx in advance! hmi222
-
Coding A Memory Reader For Specific App
by MadOldschool- 0 replies
- 2.5k views
<Removed>