Jump to content
Tuts 4 You

Make program in Radasm


tagor

Recommended Posts

Geez....I bet there aren't but a million or so assembly projects posted of this forum.....Winasm + Radasm + bout anything else you can think of.....Guess what....The forum also has a search function. Use It! Atleast try to help yourself instead of making one please gimmeh post after another.

Your friendly neighborhood asshole,

Doc

Link to comment
  • 4 weeks later...
:D Yes I Know, but give me source code or sample program and I try to studied for assembly for now.

.386

.model flat, stdcall

option casemap:none

include windows.inc

include kernel32.inc

includelib kernel32.lin

include user32.inc

includelib user32.lib

.data

MsgBoxCaption db "Caption Text Here",0

MsgBoxText db "Hi there!",0

.code

start:

invoke MessageBox, NULL, addr MsgBoxText, addr MsgBoxCaption, MB_OK

invoke ExitProcess, NULL

end start

Link to comment
:lol: Thank You Very Much for ElBlondie!!! And what it is for sample messagebox and the same for winasm sample!!

i've nobody seen, who's so happy for that piece of code. :D

Edited by DeRoX
Link to comment

i understand him... i felt the same when i saw that code for the first time... ^_^

probably the most helping peace of code ever written

you can check here for some more code

http://win32assembly.online.fr/tutorials.html

happy coding :rolleyes:

Link to comment

enter something can be direct from code it self..... :) ) there are some way that can be used for example, use resource editor that exist in radasm

"Hanjian"

Link to comment

;) This is my simple keygenning in Radasm program not KeygenMe.

http://rapidshare.com/files/192849253/Sample_Keygenning.rar

http://www.megaupload.com/?d=G46GBI0V

And This is KeygenMe1 By Me (TaGoR) try it.

http://rapidshare.com/files/192849322/KeygenMe1_.rar

http://www.megaupload.com/?d=10BIZKBB

Don't forget to unpack this my KeygenMe1. .......

I make this KeygenMe1 in VB6. ____Thank's to all !!!!

Edited by tagor
Link to comment
;) This is my simple keygenning in Radasm program not KeygenMe.

http://rapidshare.com/files/192849253/Sample_Keygenning.rar

http://www.megaupload.com/?d=G46GBI0V

And This is KeygenMe1 By Me (TaGoR) try it.

http://rapidshare.com/files/192849322/KeygenMe1_.rar

http://www.megaupload.com/?d=10BIZKBB

Don't forget to unpack this my KeygenMe1. .......

I make this KeygenMe1 in VB6. ____Thank's to all !!!!

Don't forget to unpack this my KeygenMe1. .......

tagor why you throw out the questions and answer by yours..how foolish you're....or your "stuff" cannot run before unpack? that's?..how strange...

Edited by vampire
Link to comment
@tagor:

okay, maybe you shall little bit polite while ask for answer of friends here..

i agree bro, this ever happen in another forum if im not wrong.. :D

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...