Reddit Reddit reviews Assembly Language for x86 Processors (7th Edition)

We found 6 Reddit comments about Assembly Language for x86 Processors (7th Edition). Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Programming Languages
Assembly Language Programming
Assembly Language for x86 Processors (7th Edition)
Check price on Amazon

6 Reddit comments about Assembly Language for x86 Processors (7th Edition):

u/crowdedconfirm · 4 pointsr/MLPLounge

I saw Deadpool with my mom and me. That's technically one of the families I belong to, parents being divorced and all.

I loved it, but it wasn't the absolute best. Pretty far up there though.

I don't know any writers.

Nice try, police!

My favorite color is green, but I love to wear blue.

My favorite gun is a finger gun. I can take it anywhere and it's not deadly!

Don't really know...

I had an instant breakfast drink (basically chocolate milk with vitamins and stuff added)

I think the most recent is "How to remove clothes in Photoshop". It's not as perverted as it sounds, I wanted to get rid of the suspenders someone was wearing. They had a T-shirt clearly visible underneath, but I couldn't just retake the photo.

Murder them all! A dead employee cannot tell secrets.

Unicorns

Assembly Language for x86 Processors (7th Edition)

u/PoorManJack · 3 pointsr/Malware

You don't really need to learn to write ASM. But if this is something you wan't to do then the book I used was Kip Irvines Assembly Language. https://www.amazon.com/Assembly-Language-x86-Processors-7th/dp/0133769402/ref=sr_1_1?ie=UTF8&qid=1518658846&sr=8-1&keywords=kip+irvine

The IDE I use is http://www.visualmasm.com/ and you have to install the MASM assembler http://www.masm32.com/

This is all assuming you're running a windows environment.

u/Bunit73 · 2 pointsr/OSUOnlineCS

We used Kip Irvine Assembly Language For x86 Processors 7th edition last term.

If you were looking to get a jump start on the reading it's pretty much everything between chapters 1-10.

u/[deleted] · 1 pointr/explainlikeimfive

http://www.catb.org/~esr/faqs/hacker-howto.html

If you don't know who Eric S. Raymond is:

https://en.wikipedia.org/wiki/Eric_S._Raymond

 

Also familiarize yourself with hacker culture and hacker ethic.


 

Copypasta from /g/:

> You know what? I'll throw you a bone and pretend you're not an edgy teenager. I'm assuming you already know how to program enough to use a programming language and research libraries.
>
>  
>
> 1. Grab Kali Linux:
>
> https://www.kali.org/
>
>  
>
> 2. Learn metasploit (penetration testing/script kiddie shit):
>
> http://www.amazon.com/Metasploit-The-Penetration-Testers-Guide/dp/159327288X
>
>  
>
> 3. Learn some actual software exploits you can find in the wild (go through every example):
>
> http://www.amazon.com/Hacking-The-Art-Exploitation-Edition/dp/1593271441
>
>  
>
> 4. Learn the ins and outs of assembly:
>
> http://www.amazon.com/Assembly-Language-x86-Processors-7th/dp/0133769402
>
>  
>
> 5. Get familiar with IDA, OllyDBG, or radare:
>
> https://www.hex-rays.com/products/ida/index.shtml
>
> http://www.ollydbg.de/
>
> http://radare.org/r/
>
>  
>
> 6. Then you should be comfortable enough to participate in some war games:
>
> http://smashthestack.org/
>
> http://www.wechall.net/challs/
>
>  
>
> Or maybe some CTF style competitions:
>
> http://ictf.cs.ucsb.edu/
>
> https://ctf.isis.poly.edu/

u/occams_butterknife · 1 pointr/starterpacks

I own both this book and the previous edition.

u/Deciama · 1 pointr/hacking

About the assembly book. I used PC Assembly and Assembly Language for x86 Processors. Does the one you recomend teach anything specific for Linux because I have always been on Windows?