Programming and Coding
Programming and coding tips, help and solutions...
1,876 topics in this forum
-
How Can I Read Memory From Another Process?
by Externalist- 9 replies
- 5.8k views
First of all, sorry for my poor english since it's not my first language , but I'll try my best to make the content understandable. I was making a simple program that would read another process's memory Via the most popular FindWindow -> GetWindowThreadProcessId -> OpenProcess -> ReadProcessMemory method and all worked fine while assembling insinde WinAsm IDE and running "inside" the IDE. But once I started to run the program outside the IDA, in other words when I double clicked on the produced .exe then the program wouldn't function as expected so I went on debugging the program in OllyDbg to find out which API failed. But the strange thing is, even in Oll…
-
Visual C++ Mfc Chip Tune Player?
by Guest BooGLE- 0 replies
- 3.7k views
Hi I've moved on to the more visual side of things using c++ now. And i've looked around for some chiptune players. I saw ufmod had some c source for playing chiptunes, but it was overbloated, and was too complex for me too handle. I was wondering if anybody had a vc++ project which only contained the code to run the chiptune! not all these buttons and things. Any help on this would be appriciated!! Thanks in advance! Regards, BooGLE
-
Need Help With Asm Conversion
by Guest Speeder- 8 replies
- 4.2k views
Hi everybody, I have a C++ program with inline ASM code that I need to convert to C, bcuz 64bit systems do not support the inline ASM. It wouldn't matter if the code's unreadable, unmaintainable, just for it to compile. Thanks for the help in advance!
-
- 0 replies
- 3.1k views
FAQ: Window Regions: http://comrade.ownz.com/docs/regions.htmCustom-Shaped and Transparent Windows: http://comrade.ownz.com/docs/shapewnd.htm
-
Encoding Decoding
by Guest monxxx- 0 replies
- 3.6k views
hi guys, anyone can help me to decode this hex? i think it is using safer k64 algorithm 0=0545BA9DCF302942 1=F6DE2FE7B95AEC3F 2=9BE6D53A6F7A3493 3=03A0 4=26846E02A7BAF757C38E02AF612CBB7232ACBBA49F4F923423C8B701D5ED79B0E6795773B060D655FCF2BAC47B38FEF2FF7FB3B7F5A5B062819D25597F0429D994FA74868EEC921388AFC9CCE14E5C6C671F4D78AA68602F5BC933FA42D1CACE22F19154BFAEBD35C617B15C7642C09348D073DADAD2E642BC4BD6D3B94A1D4A58AB7CF381310C36B4E4F8FF38ED1A03DB4E440E66F6DBC83616D2E06129D05E155D6A6087C89BEA420DAEE32F2CA9D6597460B890E519EFE58661E45B2C85CAB4DDD9AB7F4964BB3E76716EF8A72965B6598E7B1EA35164C05E41F699E66894AD263A2DFEDFCAD67BE896B294EBDD6A179FF5C93FF8B2B6A2680AD3911EB0485F149A2D4148F1…
-
Find File
by starzboy- 6 replies
- 3.8k views
hi i saw the latest patch for Slysoft Products by Markhus .... as usal it rocks ....and one more thing i like in it was ... the find file if we want to scan a file in a specific dir we can use FindFirstFile but how does markhus find the exe when the patch is not in same dir ... he may use reg entries to find if the soft is installed ... but then how does he specify the patch to the target ! i have alraedy pm'd markhus for this ... but i didnt get any reply .... its ok if this is "internal" btw Markus a big "thumbs-up" for this excellent work on slysoft ! hope to hear from soon for the gurus thanx PS* since my question is releated to a SnD release plz dont take it negativ…
-
C++ Keygen Sources..
by Guest BooGLE- 7 replies
- 5.4k views
Hi! Ive just started coding in c++ and i think it's really a cool language. Im only doing things in system menu no gui yet, but i'd really appriciate it if somebody gave me a few examples of keygens in c++ using tables or something else. ive made a few keygens in c++ and would like some source code or some examples of using tables. That would really be cool, cheers if you can help in any way! Best Regards, BooGLE
-
Virtualprotect & Process_writecopy
by Guest fl3a- 0 replies
- 3.1k views
I?d like create global inline hook for everyone new processes. Theoretically using VirtualProtect I can change page attributes from read to write. But always when I try change it for CreateProcess EP from read to write I get ?copy on write?. My question is: Is it possible change this attributes to write only? I know that by masking cr0 I can change this attributes but I?d like do this in UM if it is possible of course;) And I don?t like patch files on disk (kernel32.dll).
-
Lzma + Aplib Compression Library Source Code...
by Teddy Rogers- 0 replies
- 4.7k views
I stumbled upon some source code for LZMA and aPLib compression library used for as the respective .dll's found within a few packers such as the recent RLPack from ap0x. The code is by Brandon LaCombe. I hope its of use to some of you... Ted. aPLib.rar lzma.rar
-
Gfx In Delphi And Vb
by _blaCKlBYte_- 8 replies
- 4.9k views
hi all i need some idea and source code for use Great gfx in keygens or Patchz Like great gfx used in FunBit release (link attached) or Pizz Trainer (Delphi ) or GPCH keygen Templeate (VB) [left]FunBit : http://rapidshare.de/files/30792610/FunBiT.rar.html Pizza : http://rapidshare.de/files/30792985/PZTRAIN.rar.html[/left] [code] GPCH : i dont know where is in my pc ! i need in delphi or vB so ...c'mon guys !
-
Rlp Imprec Plugin - Need Help :/
by Killboy- 7 replies
- 4.3k views
Lo I recently started investigating Reversing Labs Protector a little. Finding OEP isn't very hard, if you know how to proceed (2 easy ways) The only thing I still miss in order to have a working dump is a valid IAT, that's why i started coding an ImpRec plugin. Actually it's nothing hard so far, it is my second ImpRec plugin tho, so don't expect something special. I only have some problems regarding the code, it just won't work... That's the code: // push XXXXXXX if (to_trace[0] == 0x68) { // Get XXXXXXXX in the push XXXXXXX DWORD address = *((DWORD*)(to_trace+1)); address += *((DWORD*)(to_trace+8)); if (IsBadReadPtr((VOID*)address, 4)) { // Bad p…
-
Start And Close Up Style !
by starzboy- 5 replies
- 3.9k views
i saw a couple of works by a team...where the main dialog box opened from a point...... i mean froma point to the dialog box.... i was wondering how does one proceed to attain this ! thanx *
-
- 1 follower
- 1 reply
- 12.5k views
My first and i think last attempt to "writing my own unpacker". I wanted to learn something about PE format and ImportTable so i wrote this two "unpackers". I do not think the sources/solutions are very smart, so dont expect too much . Mew unpacker: for MEW 11 SE v1.2 packed executables h**p://cdw.de.vu/MEWunpacker.zip Un2Pec: tested with PECompact 2.55/2.64/78/79 written for 2.79 only (but it seems to work with older versions of PECompact) tested linkers/compilers: VB5/6,MSVC++6/7, lcc32, MASM/TASM, Borland Delphi 5/7. tested PECompact plugins: most of the packer plugins (retail version) and the anti-debug/api-redirection/GetProcAddress emulation plugins. Woul…
-
Masm Libs
by Z0oMiK- 9 replies
- 6.7k views
Guys help me .... Where to take these files for MASM ? include stdlib.inc include ntdll.inc includelib stdlib.lib includelib ntdll.lib I can not complie project in absence of these files .. Help please Sry for my bad english
-
Crc32b
by yamraaj- 5 replies
- 5k views
anybody give me source code for CRC32b in ASM or C/C++ TIA
-
Good Language To Start With?
by Guest Biff- 5 replies
- 3.8k views
Hello, I'm sure this question has been asked as well as answered before, but I searched and browsed the board and could only find posts dealing with how to learn various languages. My question is: for someone who's just getting into reversing/programming, what's a good language to learn? Learning a programming language is definitely beneficial to reversing, cause that way you know what's going on! I do know that there are many different programming languages and therefore in the end the decision will be mine, but I was thinking of learning C and then ASM, or just starting with ASM. Any thoughts? What did you do when you first started? Thank you
-
Search & Replace Patch With Delphi ?
by Guest howto- 1 follower
- 1 reply
- 4k views
Hi all, this message is addressed to persons who have already made offset patchs with delphi and have eventually an idea or a source code of a "search & replace" patch coded in delphi language... This was my first question. My second question is how to write a text in .txt file when we need to put it on the 3rd line or 4th line ? Thanx in advance and forget about my english
-
Some More Questions
by Scale- 0 replies
- 3.7k views
This one is gonna sound stupid but there no other way to learn. An app has 2 timers (VB 6) i find the way to the timer jump. Now when this jump is taken i want to insert a delay. For say instead of delay i just put it in an endless loop would the second timer still run? If the second timer doesnt increase how would i add a delay? Thanks for your time yet again
-
Need Quick Help With Asm Code
by The Old Pirate- 3 replies
- 3.5k views
mov al, byte ptr ds:[address1] not al mov byte ptr ds:[address1], al cmp al, 255 je address2How to enshorten this code? Or any other way?
-
Visual Basic Dissambling
by Scale- 4 replies
- 3.9k views
i have vb 5 / 6 app which runs a code after a random period of time. im trying to find the timmer now i tryed smartcheck but it doesnt want to run it becuase of a acces violation. i know a part of the code that gets executed after the timer runs out so i tought ill goto the start of that code and backtrack but it gets calleed from a jump (bunch of same jumps around but to others codes) but olly can t find a reference to the jump so i cant back track it any tips , sugentions welcome.
-
Little Coding Competiton!
by Teddy Rogers- 16 replies
- 5k views
I thought it may be interesting to have a simple but interesting coding competition. There are no prizes for winning, just simple satisfaction The challenge is to make the smallest, "Hello World!", executable file. That means you can use the smallest and tightest code possible, merge sections, create a very small DOS stub, etc. What ever it takes! The only rules are: * It cannot be packed (this will only make the file bigger anyway) * It must contain the text, "Hello World!" * It must open with a message box I've attached a simple starter to give you an idea. Everyone should be able to beat it just by compiling code in assembler. Good luck... Ted. Hello.zip
-
Ccode Encryption...
by Teddy Rogers- 0 replies
- 7.7k views
Download Link: http://www.networkdls.com/Download/CCode.zipTed.
-
Ccmdline Class...
by Teddy Rogers- 0 replies
- 4.1k views
Download Link: http://www.networkdls.com/Download/CCmdLine.zipTed.
-
Cprocess Class...
by Teddy Rogers- 0 replies
- 4.4k views
Download Link: http://www.networkdls.com/Download/CProcess.zipTed.
-
Owner Draw Button !.....highlight
by starzboy- 3 replies
- 3.6k views
i have a bitmap image and i have a buttonover it...... and there is another bitmap over the button ! When the button(bitmap) is clicked a message box opens......! When i click the button.....i want the button(bitmap) to get highlighted ! I have tried WM_CTLCOLORBN......but i dont get what i want ! How do i proceed with this ! Thanx in adavnce !