flat assembler
Message board for the users of flat assembler.

Index > Windows > For: newbies : Iczelion's Assembly Tutorial in FASM

Goto page Previous  1, 2, 3  Next
Author
Thread Post new topic Reply to topic
i-don



Joined: 18 Jul 2003
Posts: 66
i-don 31 Oct 2004, 15:33
Great tutorials Sulaiman,

This is for newbie like me which is an alternative menu resource inside the source code for Sulaiman's tutorial tut_31a.asm and tut_31b.asm. Commented the following resource line:

Code:
section '.rsrc' resource from 'tut_31.rc.res'
    


And add the following lines for menu resource:

Code:
;section '.rsrc' resource from 'tut_31.rc.res'
section '.rsrc' resource data readable

  directory RT_MENU,vmenu

  resource vmenu,\
           M_MAIN,LANG_ENGLISH+SUBLANG_DEFAULT,view_menu

  menu view_menu
       menuitem '&View',0,MFR_POPUP + MFR_END
                menuitem 'Lar&ge Icons',MI_ICON,0
                menuitem 'S&mall Icons',MI_SMALLICON,0
                menuitem '&List',MI_LIST,0
                menuitem '&Details',MI_REPORT,MFR_END
    


cheers,

i-don.
Post 31 Oct 2004, 15:33
View user's profile Send private message Reply with quote
vbVeryBeginner



Joined: 15 Aug 2004
Posts: 884
Location: \\world\asia\malaysia
vbVeryBeginner 01 Nov 2004, 23:00
Vortex wrote:

Hi Sulaiman,

Nice work

You should check the tutorial #18 - Common controls, I think there is a bug:

It looks like that the parameter of GetModuleHandle is missing.


yes, thanks vortex
that problem occur because there i miss the 0 in my generic file Sad and i copy it without aware that actually it is not functioning

i remember there is one thread here when somebody tell me i miss the zero for GetModuleHandle


Description: This is a small update to tutorial 18,
the minor change is as below:
invoke GetModule,
to
invoke GetModuleHandle,0
or
invoke GetModuleHandle,NULL

Download
Filename: sulaiman_v2_update.rar
Filesize: 2.37 KB
Downloaded: 1040 Time(s)

Post 01 Nov 2004, 23:00
View user's profile Send private message Visit poster's website Reply with quote
oveja



Joined: 03 Mar 2004
Posts: 21
Location: Mexico
oveja 04 Nov 2004, 22:51
Save my life whit your modific in to Suliman's Tut31 Very Happy
Post 04 Nov 2004, 22:51
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger Reply with quote
Urff



Joined: 29 Mar 2006
Posts: 22
Urff 30 Mar 2006, 09:43
I'm trying to find Iczelion's Assembly Tutorial in FASM but can't find any working link. If anybody knows the working link or can upload and give working link many newbies will be wery appriciate...
Post 30 Mar 2006, 09:43
View user's profile Send private message Reply with quote
coconut



Joined: 02 Apr 2004
Posts: 326
Location: US
coconut 30 Mar 2006, 13:21
Post 30 Mar 2006, 13:21
View user's profile Send private message Reply with quote
Urff



Joined: 29 Mar 2006
Posts: 22
Urff 30 Mar 2006, 13:44
@coconut I can't find any tutorial on fasm there, only Masm tutorials, and I want to find tutorials already translated into fasm...
Post 30 Mar 2006, 13:44
View user's profile Send private message Reply with quote
Reverend



Joined: 24 Aug 2004
Posts: 408
Location: Poland
Reverend 30 Mar 2006, 22:17
Check first post of this thread. It is said:
Quote:
about 11 translated into FASM tutorials are available now
http://sulaiman.netadvant.com/
.
Post 30 Mar 2006, 22:17
View user's profile Send private message Visit poster's website Reply with quote
Urff



Joined: 29 Mar 2006
Posts: 22
Urff 31 Mar 2006, 07:16
@ Reverend thank you but as I can understand Salaiman translated to fasm more than 31 of the Iczelion's tutorials
Post 31 Mar 2006, 07:16
View user's profile Send private message Reply with quote
kasake36



Joined: 28 Mar 2006
Posts: 68
kasake36 31 Mar 2006, 07:40
Thank you for the work, vbVeryBeginner! It helps a lot and the PE-tutorials are great! (Although i'm still lost in the first one, hehe)
Post 31 Mar 2006, 07:40
View user's profile Send private message Reply with quote
Urff



Joined: 29 Mar 2006
Posts: 22
Urff 31 Mar 2006, 08:36
@vbVeryBeginner if is your site http://sulaiman.netadvant.com/ please, make possible to download all tutorials wich were translated into fasm.
Post 31 Mar 2006, 08:36
View user's profile Send private message Reply with quote
vbVeryBeginner



Joined: 15 Aug 2004
Posts: 884
Location: \\world\asia\malaysia
vbVeryBeginner 31 Mar 2006, 11:52
Quote:
@vbVeryBeginner if is your site http://sulaiman.netadvant.com/ please, make possible to download all tutorials wich were translated into fasm.


huh??
you just need to click on the fasm icezelion tutorial and your browser download box would pops-up

?? i am confused..

edit:
em, i c, i get what you mean now,
there are actually 32 tutorials in the download link in http://sulaiman.netadvant.com/

i said 11 because there are only 11 during the time i develop it. now, it got 32.


Last edited by vbVeryBeginner on 31 Mar 2006, 11:56; edited 1 time in total
Post 31 Mar 2006, 11:52
View user's profile Send private message Visit poster's website Reply with quote
okasvi



Joined: 18 Aug 2005
Posts: 382
Location: Finland
okasvi 31 Mar 2006, 11:55
here is everything i have gathered together, his whole homepage...


edit: ok. i was few minutes slower than vb himself, use his site and click the link there Smile


Description: Iczelion's tutorials 2-28, 31, 32 converted to fasm from masm, fasm invoke explanation, Windows PE File Format Walkthrough I-III, code for it, and some non-coding related stuff he had on his page...
Download
Filename: sulaiman_v2.rar
Filesize: 265.26 KB
Downloaded: 1414 Time(s)


_________________
When We Ride On Our Enemies
support reverse smileys |:
Post 31 Mar 2006, 11:55
View user's profile Send private message MSN Messenger Reply with quote
Reverend



Joined: 24 Aug 2004
Posts: 408
Location: Poland
Reverend 31 Mar 2006, 13:47
11 tutorials was just a quote and of course it was related to the number of translated tutorials at the moment of creating this thread. Now it's 32 of them as vbVeryBeginner said himself.
Post 31 Mar 2006, 13:47
View user's profile Send private message Visit poster's website Reply with quote
Urff



Joined: 29 Mar 2006
Posts: 22
Urff 31 Mar 2006, 17:57
Thanks to everybody, already found...
Post 31 Mar 2006, 17:57
View user's profile Send private message Reply with quote
okasvi



Joined: 18 Aug 2005
Posts: 382
Location: Finland
okasvi 31 Mar 2006, 22:59
Reverend wrote:
Now it's 32 of them as vbVeryBeginner said himself.


hmm... am I missing something because still I dont see 1, 29, 30? Laughing

_________________
When We Ride On Our Enemies
support reverse smileys |:
Post 31 Mar 2006, 22:59
View user's profile Send private message MSN Messenger Reply with quote
nvictor



Joined: 17 Feb 2007
Posts: 31
nvictor 18 Feb 2007, 10:03
vbVeryBeginner, thx.
Post 18 Feb 2007, 10:03
View user's profile Send private message Reply with quote
hamoz



Joined: 14 Dec 2006
Posts: 29
hamoz 19 Feb 2007, 11:03
vbVeryBeginner , thanks Smile
Post 19 Feb 2007, 11:03
View user's profile Send private message Reply with quote
sylwek32



Joined: 27 Apr 2006
Posts: 339
sylwek32 20 Feb 2007, 14:27
Hi.
If somebody needs free webspace i can give you some.
The subdomain would be *.fasm.info

greetings

if you want one,
write a pm
Post 20 Feb 2007, 14:27
View user's profile Send private message Reply with quote
sylwek32



Joined: 27 Apr 2006
Posts: 339
sylwek32 20 Feb 2007, 14:29
I don't have any expirience but a friend uses
8 8 8 8 m b . c o m as free hosting service.
You get 8888 megabytes and 19GB Traffic/month
PHP CGI and so on included Wink

I have typed the url with spaces because i don't want to
make advertising.
Post 20 Feb 2007, 14:29
View user's profile Send private message Reply with quote
rugxulo



Joined: 09 Aug 2005
Posts: 2341
Location: Usono (aka, USA)
rugxulo 20 Feb 2007, 22:13
M c D o n a l d ' s . . . I ' m l o v i n g i t !


Laughing
Post 20 Feb 2007, 22:13
View user's profile Send private message Visit poster's website Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  
Goto page Previous  1, 2, 3  Next

< Last Thread | Next Thread >
Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.