Explore >> Select a destination


You are here

www.brianbondy.com
| | qsantos.fr
9.9 parsecs away

Travel
| | This article will quickly explain the Rust types [T; N], &[T; N], &[T], Vec, &Vec with C code, and what the str, &str, String, OsString and CString add. Arrays and Slices Rust C [T; N] (array)Example: [i32; 100]Allocated on the stack T[N]Example: int[100]Allocated on the stack &[T; N] (array reference)Example: &[i32; 100]N is tracked at ... Continue reading Rust Strings for C Programmers ?
| | blog.nuculabs.de
13.5 parsecs away

Travel
| | 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.
| | blog.libtorrent.org
23.3 parsecs away

Travel
| |
| | alvaromontoro.com
83.0 parsecs away

Travel
| This is the story of a bug that I found while developing my blog. It may be a bit silly, but it could also be interesting because it showcases a difference in how social networks processed the page's metadata. :: Blog post at Alvaro Montoro's Personal Website.