Programming and Coding
Programming and coding tips, help and solutions...
1,876 topics in this forum
-
- 1 reply
- 2.9k views
Hi to all my question is mentioned in the subject. besides this is there any way to play .gif in the VB 2005
-
Random number in TASM
by Revos- 8 replies
- 5.6k views
Hi.. I checked out the forum for any random number code in asm and the only thing I found was too complicate plus it was in MASM. My question is, is there any way I can generate a random number in the range of 1 - 100 or something like that? Thanks for reading ^ ^
-
when executed text section
by ahmadmansoor- 6 replies
- 3.6k views
is there a Good code (function is better ) to know when the exe file executed from text section ...in access or write no problem if it is ASM or C++ Or VB6.0 many thanks
-
SQL,cpp,directx,html,java,vb 'video tut'
by silv3r- 0 replies
- 2.7k views
_http://sean.cruels.net/
-
IE remember password?
by high6- 3 replies
- 4.1k views
So firefox has a manager for rememer password but IE7 doesn't. So I was wondering if anyone can help me with this. I have analyzed IE7 decrypting the usernames/passwords and this is what I got. Get every visited page. Hash each visted page and see if it is in the registry Grab that registries data Decrypt with CryptUnprotectdata (Key is the forms name) HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms\Storage2 contains the usernames/passwords held like. name(site hashed), value(data struct crypted with CryptProtect) Don't know what HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\IntelliForms\Storage1 is for though. Maybe has the form names. is thi…
-
XN Resource Editor
by GamingMasteR- 1 reply
- 3.1k views
Hello everyone, Here's the source code of one of the best resources editting . The code is written in Delphi . See the attachments . XN_Resource_Editor.rar
-
Diagnosis v0.1 - Comments, Improovements
by zuma555- 9 replies
- 8.5k views
Diagnosis v0.1 first release. I will continue to evolute this tool if get some feedback from you guys. Need to know what could be better or what could be added to version 0.2. Now this tool actually compares 2 files (original/patched), with the same size and tells ya what offsets are patched. The original and the patched bytes also. Download here: [hide] http://zumatitan.googlepages.com/Diagnosisv01pre-release.zip[/hide]
-
how to inject midi Music File?
by Mouradpr- 3 replies
- 3.4k views
hi all plz how to inject midi Music File in asm
-
Search & Replace Patch Source ?
by Matrix- 2 replies
- 4.6k views
Hi Friends Please Help Me I Need "Search & Replace Patch Source In Visual Basic" Like Dup2 May Help Me Tnx
-
AdvApi32 MD5?
by high6- 9 replies
- 5.6k views
So I have a program that uses AdvApi32's MD5 function and was wonder how difficult/easy it is to un-hash and md5 from it? Information about how the program uses them to hash. PUSH 0 PUSH 1 PUSH [009D1328] ; UNICODE "Microsoft Base Cryptographic Provider v1.0" PUSH 0 PUSH EDX CALL ESI; ADVAPI32.CryptAcquireContextW; <&ADVAPI32.CryptAcquireContextW> PUSH ECX PUSH 0 PUSH 0 PUSH 08003h PUSH EDX CALL DWORD PTR DS:[<&ADVAPI32.CryptCreateHash>]; ADVAPI32.CryptCreateHash PUSH 0 PUSH EAX PUSH ECX PUSH EAX CALL DWORD PTR DS:[<&ADVAPI32.CryptHashData>]; ADVAPI32.CryptHashData PUSH 0 PUSH ECX PUSH EDX PUSH 4 P…
-
Delphi Keygen Src
by IMPosTOR- 3 replies
- 4.2k views
Delphi Scr by IMPosTOR function Generate_Serial : string; var r,r1,r2,r3,m,n,r_g,r_g1,r_g2,r_g3,r_g4,r_g5,r_g6 : string; Part1,Part2,Final_Serial : string; r_g_,r_g1_,r_g2_,r_g3_,r_g4_,r_g5_ : string; i,j,k,l: integer; begin result := 'Error : contact impostor_76171@yahoo.com'; m := 'LITELOVESHISWIFENICY'; n := Uppercase(Email); . . . .Have bug? , feedback : impostor_76171[at]yahoo[.]com Src_by_IMPosTOR.zip
-
Code Conversion Help
by atom0s- 24 replies
- 7k views
Hey guys, first post here, sorry to make it seem like I'm leeching. Firstly, I want to give a huge thanks to ufo-Pu55y for releasing the source codes to some of his keygens. Along with that, uPPP. After seeing some of the things uPPP could make, I kinda wanted to mimic them and create the same effects, but in C/C++ My ASM knowledge is pretty basic, I know what the opcodes are, what they do, etc. but I lack the knowledge in the given section that my question is going to pertain to. Part of the code to some of the Keygens I mentioned above use MMX functions which I haven't the slightest clue how to use or convert. For better reference to any that look over this topic, tak…
-
Loadsearchreplace
by Guest axlemode- 2 replies
- 3.4k views
anyone coud help code a loader i just wanted to know how to search the whole memory area of a suspended process like search and replace a particualr string on memory before resuming the application. thanks!
-
Irregular Shape Form [delphi]
by Departure- 6 replies
- 7.9k views
Has anyone made irregular shaped forms with delphi? and if so do you have any examples? I have searched google and came up with some componates that I managed to install, But they dont work for me, Im using delphi 2007, I want to take either jpeg or png picture that i ahve done in photoshop and turn it into the actual form, Just like dup and uppp does. If someone has an example with delphi it would greatly appericiated.
-
Olly's Pid?
by ChupaChu- 2 replies
- 3.1k views
How do i get Olly's PID, using olly's plugin support? I hoped Plugingetvalue() function has it but nope it does not, it only has Plugingetvalue(VAL_PROCESSID) - to get Process ID of Debuggee. Or any other simple solutions maybe? TIA, ChupaChu!
-
What Does This Function Do?
by high6- 2 replies
- 3.3k views
@exe_0043F830: ;<= Procedure Start MOV ECX,DWORD PTR SS:[ESP+4] TEST ECX,3 JE @exe_0043F860@exe_0043F83C: MOV AL,BYTE PTR DS:[ECX] ADD ECX,1 TEST AL,AL JE @exe_0043F893 TEST ECX,3 JNZ @exe_0043F83C ADD EAX,0 LEA ESP,DWORD PTR SS:[ESP] LEA ESP,DWORD PTR SS:[ESP]@exe_0043F860: MOV EAX,DWORD PTR DS:[ECX] MOV EDX,07EFEFEFFh ADD EDX,EAX XOR EAX,0FFFFFFFFh XOR EAX,EDX ADD ECX,4 TEST EAX,081010100h JE @exe_0043F860 MOV EAX,DWORD PTR DS:[ECX-4] TEST AL,AL JE @exe_0043F8B1 TEST AH,AH JE @exe_0043F8A7 TEST EAX,0FF0000h JE @exe_0043F89D TEST EAX,0FF000000h JE @exe_0043F893 JMP @exe_0043F860@exe_0043F893: LEA EAX,DWOR…
-
Open Process And Search
by ahmadmansoor- 6 replies
- 3.8k views
Can I ask If someone have some code in VB6 which do this : open process and search for code in text section or ( from certain place to anthor) and find like this code: Nop jmp XXXXXXX and change it to jmp dword ptr DS[XXXXX]
-
Mp3 Player Sourcecode [delphi]
by Departure- 6 replies
- 3.6k views
Here is a small project I have done, Nothing related to reverse engineering But it could be useful to new delphi programmers like myself, The Attachment contains the complied exe and the link to my blog here on this forum contains the source code, You will need Jedi visual componate libary (which all delphi programmers should have anyway) because It uses the jedi slider bar componate. Link to source code: MY Blog Compiled Exe: Cheesymp3Player.rar
-
I've An Idea
by Bad Bytes- 10 replies
- 4.5k 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
- 3k 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
- 4.9k 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.6k 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
- 19k 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...