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

question: what I need to know before I read the book?

falcongx opened this issue · comments

rust is my first programming language I am still trying to figure out my way in programing I did read few books and each one tackled subject I had no prior experience in and I did not get the most of the books but I tried to get as much as I can from them I was wandering if the "rust black hat" is required to have prior knowledge in some topics and if there are some what are thy

PS: forgive me for my bad English its not my first language

Hello,
Thank you for reaching out!

It's very hard for me to assert the required knowledge for the book as I've been programming for almost 10 years.

That being said, the only thing that I think is required is curiosity.

I voluntarily provided a lot of code (in this repository) to accompany the book, and I did my best to start each chapters with theory. Thus, even if you are not an expert, simply by running the code samples, editing and tinkering with them you should be able to understand everything.

If some jargon is not explained, a small Google query and you should be fine ;)

🚀

thank you for the clarification I am excited to read your book when it's completed or maybe earlier :)

Thank you 🙏
You can follow the progress by subscribing to my blog (https://kerkour.com/subscribe/) or subscribing to the issue tracking the roadmap: #25

Best