Skip to content

Commit ea04a5f

Browse files
committed
Added 1 Book and 2 Courses on Assembly
1 parent de845e9 commit ea04a5f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

free-courses-en.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* [Oracle PL/SQL](#oracle-plsql)
1111
* [Python](#python)
1212
* [Ruby](#ruby)
13+
* [Assembly](#assembly)
1314

1415
###C++
1516
* [Google's C++ Course](https://developers.google.com/edu/c++/)
@@ -65,3 +66,7 @@
6566

6667
###Ruby
6768
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
69+
70+
###Assembly
71+
* [Introduction To Reverse Engineering Software](http://opensecuritytraining.info/IntroductionToReverseEngineering.html)
72+
* [Introductory Intel x86: Architecture, Assembly, Applications, & Alliteration](http://opensecuritytraining.info/IntroX86.html)

free-programming-books.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,7 @@
580580
###Assembly Language
581581
* [An introduction to reverse engineering for beginners](https://github.com/dennis714/RE-for-beginners)
582582
* [Assembly Language Succinctly](http://www.syncfusion.com/Content/downloads/ebook/Assembly_Language_Succinctly.pdf)
583+
* [Introduction to Reverse Engineering Software](http://althing.cs.dartmouth.edu/local/www.acm.uiuc.edu/sigmil/RevEng/)
583584
* [Paul Carter's Tutorial on x86 Assembly](http://drpaulcarter.com/pcasm/)
584585
* [PC Assembly Language](http://drpaulcarter.com/pcasm/) - Paul A. Carter
585586
* [Professional Assembly Language](http://blog.hit.edu.cn/jsx/upload/AT%EF%BC%86TAssemblyLanguage.pdf) (PDF)

0 commit comments

Comments
 (0)