Programming and Coding
Programming and coding tips, help and solutions...
1,882 topics in this forum
-
Remote File Acces
by Scale- 0 replies
- 3.4k views
Which API calls are used to transferse directory? I assume that readfile is used to read the content of the files but what i used to get all the files in the folders? And what is the best way to counter it? Just nop the call or hook the api and set a return? Also are they any API's with the same effect as blockinput? I have a program which blocks all input but i check the program and all dll's but there arnt any calls to block input. Thanks.
-
Need Help With Resizing In Asm
by Guest shot- 0 replies
- 2.9k views
I need to be able to make my dialog resize or stretch out when I press a button like in the reflexive universal patcher by MM/FFF I need it to stretch and reveal other buttons I dont know how to explain it any better if you see MM/FFF reflexive arcade patcher click about and you will see the bottom falls down and reveals scrolling text I need to know how to make the bottom of my dialog fall down like that
-
Visual Asm ?!
by Guest sonic_00- 5 replies
- 4.4k views
hey people, do you know about these VisualASM compilers? Macrotech's MPL: MPL VASM: VASM EasyCode for GoASM: GoASM what do you think?
-
- 3 replies
- 3.5k views
I need to display the full set of ANSI extended characters (The original IBM set). Below is an example from Ollydbg I've tried the ANSI_FIXED and SYSTEM_DEFAULT fonts but not all characters are displayed. Is there a particular font to use or is there some otherway? Z ScreenShot1.bmp
-
Open Webpage With User:pass Combo With Asm
by Guest shot- 4 replies
- 3.9k views
I have been trying to do this all day and cannot get it right I have this figured out follow along I hope you can understand this here is a web page I set up as an example http://memberspass.6x.to it requires a username and password combo Username: Password: you add these to the url like this to login automatically http://member:password@memberspass.6x.to I separated the parts http:// member : password @ memberspass.6x.to I added :, @, memberspass.6x.to, http:// to .data section like this .data http db "http://",0 sep db ":",0 AT db "@",0 WebPage db "memberspass.6x.to",0 then I add…
-
- 9 replies
- 4.8k views
well the dependencies is'nt really a problem as windows 2000 and XP come with the basic runtime files, but comdlg and richtext ect... dlls might be a problem but these are not needed to make a keygen as a simple text box will do, I made a mIRC keygen using Vb so its not that hard to do
-
Alternate Of Fgint
by yamraaj- 6 replies
- 4.8k views
Is there any big lib similar to FGInt for C++/Asm. I know there are lots of Biglibs there but if you have keygenned Arial apps or similar apps using FGInt you might be knowing the problem...Considering the case of Arial Audio Converter the max name length for serial which you can get is 100/8 ~ 12 but if you use FGInt then there isn't limit..i hope it's clear..TIA
-
Noob Keygen Coding Problem :(
by Rumour- 6 replies
- 4.1k views
Chars from 3 input strings are XOR'ed in loop for make serial Before loop again: AL contains part of serial. This is format to string in calls (see below for code) This string is same as hex value in AL Example: values for AL 42 3D 58 6C 19 44 75 5A make serial: 423D586C1944755A How write serial in serialbox??? I try all day with SetDlgItemText, wsprintf, SetWindowTextA, SetDlgItemInt Not is possible??? I go throw PC out of window For complete, here is important from end of reg code: xor esi,esi @@: mov cl,byte ptr ds:[esi+edx] ; char from string1 mov dl,byte ptr ds:[esi+eax] ; char from string2 mov al,byte ptr ds:[esi+ebx] ; char from string3 xor a…
-
Snd Tiny Nfo Viewer Language
by Guest sonic_00- 8 replies
- 4.8k views
hi, i'd like to know wich language was the ALiEN's tiny NFO viewer made with... ...and now i think i have posted in the right section
-
Keyboard Input Or Just Call Certain Dialog
by Guest jedenuser- 2 replies
- 3.2k views
Hi I'm a noob and this is my first post. I have a question. I'm writing a little program to automatize use of my messenger (Gadu-Gadu). My problem is below: I have used this: SendMessage(hDlg, WM_COMMAND, 1012,0) to send message to "Niedostepny" button and it works ok and opens the menu. But now how do I simulate move of the cursor over "Opis.. " menu item and press "Enter" button? Or could I send a message to that menu to execute that menu item? How to do that? Alternatively, is there any way to call a program's certain dialog box from outside the program? So I could call my desired window directly, without doing the things above? Can this be done somehow? I apprec…
-
- 1 reply
- 3.6k views
hi, is there anyone will help me, how to i was convert asm source... original source : ; NTkrnl protector 0.1 plugin tracer for impREC ; bpx^2k7 format PE GUI 4.0 DLL entry e include 'c:fasm32includewin32a.inc' section '.code' code readable executable e:; DLL Entrypoint xor eax,eax inc eax ret 12 Trace: push ebp mov ebp,esp push ebx push esi invoke MapViewOfFile, dword [ebp+4+4] , FILE_MAP_READ or FILE_MAP_WRITE, 0, 0, 0 mov esi, eax; We put our found proc in this map mov ebx, dword [ebp+16+4] invoke IsBadReadPtr, ebx, 4; Is this a valid thunk we are tracing ? test eax, eax jz ptr_ok1 jmp end2 ptr_ok1: cmp dword [ebx],0000E860h; Look for ntkrnl signature je ptr_ok2 jm…
-
Win32 Assembler Coding For Crackers...
by Teddy Rogers- 11 replies
- 6.8k views
Download Link: http://www.tuts4you.com/blogs/download.php?view.1230Ted.
-
Radasm & Xp Style
by 5k3l3t0r- 0 replies
- 4.7k views
Hi all... hi have a prob whith a .res file from radasm, i?m coding a litle app that generate the .XML, update the .rc and update the .res file from my projects in radasm to have the XP Style... everything go fine when create .xml and when update the .RC but when i try to modify the .res i have a compilation error... i make some exp. and i see when you manually open the .res add a space to text, delete the space and save, the text look the same but when you compile radasm fail... can someone hellp me?? Sorry about my english... bye 5k3l3t0r
-
How Can I Add Shortcuts To Olly
by ismail- 1 reply
- 3.4k views
i want to add some shortcut to olly like dup imprec etc. but don't know how to? thx for reply. example is on pic
-
Can You Help Me Understand This Code
by Guest Rockapes- 3 replies
- 4.2k views
Hi all, I am trying to produce a keygen, but am a little confused by what is happening in this section... CompString: push ebp mov ebp,esp sub esp,0000000Ch push esi push edi push ebx mov [L10087B48],ebp mov [ebp-04h],eax mov [ebp-08h],edx mov ecx,[fDict_RT] cmp ecx,00000002h jl L10032496 push edx push eax call SUB_L100324AC mov [ebp-0Ch],eax jmp L1003249F L10032496: call [L10081C04] mov [ebp-0Ch],eax L1003249F: mov eax,[ebp-0Ch] cmp eax,00000000h pop ebx pop edi pop esi mov esp,ebp pop ebp retn Your help is appreciated Rocky
-
Writefile
by 5k3l3t0r- 7 replies
- 4.1k views
hi all, i have a prob... i need to write a text line to an existing .txt i try WriteFile but nothing... i think my prob is geting the handle of the .txt file can someone help me? by all 5k3l3t0r
-
How To Compile Out Of Winasm To Masm Engine?
by kittmaster- 5 replies
- 4.3k views
I like Winasm to do the editing of the asm file. Is there a way to have the text pass to MASM? The only way I've been doing it is save asm file within and reopening it in qeditor. Its a pita, I've looked through the options but can't put a finger on how to pass the arguments to the program. I use the "build all" option to compile the file without issue and its easy Any thoughts for an easier solution? Chris
-
Elapsed Time Counter
by Guest dreamer- 8 replies
- 4k views
Hi, Can you please help me how to write (in visual c++) a function that calculates the time elapsed to perform another function(like generating a code,benchmark......) Thanks
-
Loader (serial Retriever)
by Guest exekill- 3 replies
- 3.4k views
I need Source Code for loader (Serial Retriever)
-
Problem With Crack.reg
by Guest jsjs11- 2 replies
- 3.8k views
Hi i downloaded the crack for Starters Orders Pro 2.x and i have to change crack.reg : Windows Registry Editor Version 5.00 [HKEY_ LOCAL_MACHINE\SOFTWARE\Starters Order Pro] "Install_Dir"="c:\\games\\sopro";Change the above info to the directory where you have installed the application :-)But no matter what i do, it won't add it to the registry i also tried to change it to: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Starters Order Pro] "Install_Dir"="c:\games\sopro"Please help me. You should spend a couple of extra minutes beautifying your posts, they look better and readable when they are presentable... Ted.
-
Program Language
by till- 15 replies
- 4.8k views
Hi, I want (finally ) start learning my 1st program language and I'd like to know with which language you have started, or which do you recommend to an total program newbie like me . (btw. I'm young and ambitious ) Best regards Till.ch
-
How This Code For Keygen In Asm?
by Rumour- 3 replies
- 4k views
How this code for keygen in asm? I must need a way and for chose random digits. Example 4 digit ABCD are random. But only thing: A+B+C+D must 26 (hex) How do?
-
Maybe A Useful Download
by InsaneFIDO- 0 replies
- 3k views
I only use assembler but this may be useful to coders of C++/C#/VB etc. Windows? Server 2003 R2 Platform SDK ISO Download />http://www.microsoft.com/downloads/details.aspx?familyid=E15438AC-60BE-41BD-AA14-7F1E0F19CA0D&displaylang=en
-
Source Code To Make A Loader
by supergg- 1 follower
- 4 replies
- 4.5k views
Hi and happy new year for all ! Just to know if there a source code exemple of a loader ( patch memory doing search & replace bytes) ? no succeed with google, so may be you can help me thinks for any help
-
Write A Serial Without...
by SuCkEr- 6 replies
- 4k views
hi all, i get troubles here i don't know what is functions that used to write a serial in a keygen auto without press any key or btn could somone give me example for that?