/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.sweetscape.com
| | www.shogunlab.com
3.5 parsecs away

Travel
| | Welcome to the second part in a tutorial series on reverse engineering Windows binaries with Ghidra! In this post, we'll be building on the concepts we learned in Part 0 and introduce some new topics
| | www.hhdsoftware.com
2.8 parsecs away

Travel
| | HHD Free Hex Editor is a fastest binary file editing software for Windows. Using this freeware hex editor you'll be able to edit extremely large files/dumps of raw data and try advanced functions: search/replace data incl. RegExp, disk editor, computer memory editor, checksum/hash calculations, logical bitwise/arithmetic data operations, file structure viewer with binary templates, modifying Intel HEX, Motorola S-records, compare files with binary diff, hex diff, text diff tools, x86, x64, .NET disassemb...
| | mh-nexus.de
2.8 parsecs away

Travel
| |
| | emre.me
23.9 parsecs away

Travel
| A hash table is an unordered collection of key-value pairs, where each key is unique. Also, they are the most commonly used data structure for implementing associative arrays1 (maps, dictionaries).