1. 16
    1. 2

      I’ve read about half of it, it’s a really good book to introduce you not only to reverse-engineering but also to different assembly languages and CPU architectures. The author covers common code structures in various assembly languages using a few different compilers with different flags set to show comparisons. It’s a very nice read.

      And I mean it about CPU architectures, I learned a ton about ARM by reading this.