You are here |
www.codeslow.com | ||
| | | |
hackingcpp.com
|
|
| | | | A short introduction to pointers in C++. Syntax, semantics, 'const' pointers, 'this' pointer, forward declarations and some guidelines. | |
| | | |
donsbot.com
|
|
| | | | I've been learning Rust for the past twenty days or so, working through the Blandy & Orendorff book, coding up things as I go. Once I got into playing with Rust traits and closures and associated types, the similarities to programming in Haskell with typeclasses, data structures, closure passing and associated types was pretty obvious.... | |
| | | |
www.alexedwards.net
|
|
| | | | ||
| | | |
blog.nuculabs.de
|
|
| | MalwareTech's string challenges are so easy that everyone can do them. I'm writing this article in order to help those who struggle with them, but of course you could cheat and use a debugger. The challenges can be found here: https://www.malwaretech.com/beginner-malware-reversing-challenges. The first two challenge are so easy that I'm not even bothering writing too much about them. Open strings1.exe into BN then right click data pointer twice -> FLAG. |