skerkour / black-hat-rust

Applied offensive security with Rust - https://kerkour.com/black-hat-rust

Home Page:https://kerkour.com/black-hat-rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some artifacts in the 2021.41 version

NightlySide opened this issue · comments

It seems that some mistakes were made during the md -> pdf conversion :

  • listings are overflowing on the right side for every console command
  • chapter referencing is off by several chapters, e.g. talking about chapter 5 is actually talking about chapter 7 and so on

I'll update the list while I'm going through the book

Hey @NightlySide thank you very much for the report!

I'll try to fix these issues before the end of the weekend.

Best regards

Page 72 of the PDF version you have two listings called fn fold() instead of the first being fn reduce()

Page 76 of the PDF, the listings says Otpion<...> instead of Option<...> several times

I've fixed the typos (+ many more) in v2021.43 that is now online.

I'll need more time for the layout issues :)

No problem :) glab i'll be of some help

I just uploaded v2021.45 with all these issues (+many more) fixed 🎉