Exetools  

Go Back   Exetools > General > General Discussion

Notices

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 02-03-2014, 09:31
kcire_eae kcire_eae is offline
Friend
 
Join Date: Jan 2014
Posts: 14
Rept. Given: 5
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 0
Thanks Rcvd at 1 Time in 1 Post
kcire_eae Reputation: 1
could help me learn assembly language

hello, first i want thank for let me be part of exetools forum. i am studying ing. informatic, but still i don't know much and i would like learn assembly language. because I have seen than In reverse engineering, the assembly language is used with a debugger like ollydbg. so first i would like learn assembly language and I would like you would share with me some material to start from zero (sources,tutorial,etc).

well i wait your answers.
  #2  
Old 02-03-2014, 17:32
arthur plank arthur plank is offline
Friend
 
Join Date: Jan 2005
Posts: 120
Rept. Given: 28
Rept. Rcvd 22 Times in 14 Posts
Thanks Given: 21
Thanks Rcvd at 68 Times in 29 Posts
arthur plank Reputation: 22
It's a long time since I started learning assembly language, but one of the first tools I used was Microsoft's MASM.

It's developed substantially since then, and a good starting point can be found at:

http://www.masm32.com
The Following User Gave Reputation+1 to arthur plank For This Useful Post:
kcire_eae (02-04-2014)
  #3  
Old 02-03-2014, 18:45
Dreamer's Avatar
Dreamer Dreamer is offline
Family
 
Join Date: May 2012
Posts: 604
Rept. Given: 613
Rept. Rcvd 659 Times in 257 Posts
Thanks Given: 117
Thanks Rcvd at 170 Times in 128 Posts
Dreamer Reputation: 38
try here

Code:
http://www.developpez.net/forums/f20/autres-langages/assembleur/
Code:
http://courses.engr.illinois.edu/ece390/books/artofasm/artofasm.html
look also for Silences Programming Tour with MASM32

Code:
http://tuts4you.com/request.php?3430
The Following User Gave Reputation+1 to Dreamer For This Useful Post:
kcire_eae (02-04-2014)
  #4  
Old 02-03-2014, 20:41
wilson bibe wilson bibe is offline
VIP
 
Join Date: Nov 2012
Posts: 492
Rept. Given: 489
Rept. Rcvd 439 Times in 180 Posts
Thanks Given: 860
Thanks Rcvd at 176 Times in 112 Posts
wilson bibe Reputation: 400-499 wilson bibe Reputation: 400-499 wilson bibe Reputation: 400-499 wilson bibe Reputation: 400-499 wilson bibe Reputation: 400-499
Some Tut's and the compiler
Quote:
http://members.a1.net/ranmasaotome/main.html
The Following User Gave Reputation+1 to wilson bibe For This Useful Post:
kcire_eae (02-04-2014)
  #5  
Old 02-04-2014, 05:21
kcire_eae kcire_eae is offline
Friend
 
Join Date: Jan 2014
Posts: 14
Rept. Given: 5
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 0
Thanks Rcvd at 1 Time in 1 Post
kcire_eae Reputation: 1
thank everybody for your answers.
  #6  
Old 02-07-2014, 21:46
ragdog ragdog is offline
Friend
 
Join Date: Feb 2011
Posts: 56
Rept. Given: 2
Rept. Rcvd 25 Times in 7 Posts
Thanks Given: 9
Thanks Rcvd at 8 Times in 5 Posts
ragdog Reputation: 25
Hi

with Silences Programming Tour or anything can your not learn Asm
The best way is a good Book and many interesst
  #7  
Old 02-09-2014, 02:23
kcire_eae kcire_eae is offline
Friend
 
Join Date: Jan 2014
Posts: 14
Rept. Given: 5
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 0
Thanks Rcvd at 1 Time in 1 Post
kcire_eae Reputation: 1
thank you for answer, I have not had time to practice, but in next week i start to practice something. so if you know of a good book to learn asm can you tell me where I can get free
  #8  
Old 02-10-2014, 04:42
kcire_eae kcire_eae is offline
Friend
 
Join Date: Jan 2014
Posts: 14
Rept. Given: 5
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 0
Thanks Rcvd at 1 Time in 1 Post
kcire_eae Reputation: 1
i found a book to practice ,i hope work me apparently the first pages are easy, i just hope that the rest also.

well, i share it for members like me
Attached Files
File Type: zip pcasm-book-pdf.zip (704.3 KB, 35 views)
  #9  
Old 03-03-2014, 00:52
BlackWhite BlackWhite is offline
Friend
 
Join Date: Apr 2013
Posts: 80
Rept. Given: 4
Rept. Rcvd 14 Times in 6 Posts
Thanks Given: 12
Thanks Rcvd at 48 Times in 21 Posts
BlackWhite Reputation: 14
Quote:
Originally Posted by kcire_eae View Post
i found a book to practice ,i hope work me apparently the first pages are easy, i just hope that the rest also.

well, i share it for members like me
And here is the associated example code:
Attached Files
File Type: zip example-code.zip (140.8 KB, 22 views)
  #10  
Old 06-05-2014, 19:49
bolzano_1989 bolzano_1989 is offline
Friend
 
Join Date: Dec 2011
Posts: 109
Rept. Given: 16
Rept. Rcvd 27 Times in 18 Posts
Thanks Given: 10
Thanks Rcvd at 193 Times in 66 Posts
bolzano_1989 Reputation: 27
You should start from the book Practical Malware Analysis, you will learn basic concepts of ASM and x86 architecture there.
Then you should read the first chapter of "Practical Reverse Engineering: x86, x64, ARM, Windows Kernel, Reversing Tools, and Obfuscation" to review your knowkedge of ASM.
Then you should continue by solving crackmes (at crackmes.de) while reading the Intel 64 and IA-32 Architectures Software Developer's Manuals and the AMD64 Architecture Programmer's Manual.You should start from the book Practical Malware Analysis, you will learn basic concepts of ASM and x86 architecture there.
Then you should read the first chapter of "Practical Reverse Engineering: x86, x64, ARM, Windows Kernel, Reversing Tools, and Obfuscation" to review your knowkedge of ASM.
Then you should continue by solving crackmes (at crackmes.de) while reading the Intel 64 and IA-32 Architectures Software Developer's Manuals and the AMD64 Architecture Programmer's Manual.
  #11  
Old 06-08-2014, 01:04
hobgoblin hobgoblin is offline
Friend
 
Join Date: Jan 2002
Posts: 124
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 2
Thanks Rcvd at 5 Times in 5 Posts
hobgoblin Reputation: 0
Thanks

Thanks for the link to pc asm book. Been looking for that one

regards,
hobgoblin
  #12  
Old 07-13-2014, 06:36
pps44 pps44 is offline
Friend
 
Join Date: Jul 2014
Posts: 49
Rept. Given: 44
Rept. Rcvd 8 Times in 5 Posts
Thanks Given: 152
Thanks Rcvd at 41 Times in 18 Posts
pps44 Reputation: 8
if you find some help with this videos
learn assembly by rassim
Code:
https://www.youtube.com/playlist?list=PLPedo-T7QiNsIji329HyTzbKBuCAHwNFC
  #13  
Old 08-18-2014, 09:33
kcire_eae kcire_eae is offline
Friend
 
Join Date: Jan 2014
Posts: 14
Rept. Given: 5
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 0
Thanks Rcvd at 1 Time in 1 Post
kcire_eae Reputation: 1
I was looking for and i found a course "cracking from 0" of ricardo narvaja is in spanish,but there a version in english (translated with translator),but well explained.
for start from 0 i think that is the best way There are basic concepts of assembly so like of ollydbg.
I was reading but i had to stop reading because i don't understand the negative hexadecimal,so if somebody know some way easy to understand I would appreciate if you can post here.

for those interested.
here is the tutorial, just select "IN WITH ENGLISH TRANSLATION".

http://ricardonarvaja.info/WEB/INTRODUCCION%20AL%20CRACKING%20CON%20OLLYDBG%20DESDE%20CERO/

Last edited by mr.exodia; 08-18-2014 at 17:40. Reason: posts merged
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to learn Assembly dcow General Discussion 24 05-03-2004 05:25


All times are GMT +8. The time now is 13:05.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( 1998 - 2024 )