Explore >> Select a destination


You are here

cocomelonc.github.io
| | werat.dev
11.4 parsecs away

Travel
| | Wine is a compatibility layer capable of running Windows applications on several POSIX-compliant operating systems, such as Linux, macOS, & BSD (https://www.winehq.org). If you have been using Linux for some time now, chances are you've used Wine at some point. Maybe to run that one very important Windows program that doesn't have a Linux version or maybe to play World of Warcraft or some other game. Fun fact, Valve's Steam Deck uses a Wine-based solution to run games (called Proton).
| | opguides.info
13.3 parsecs away

Travel
| | Chapter 35 - Reverse Engineering # Software # Anyone know of good resources for learning binary reversing? Not particular tools necessarily, but like theory and how to think @XMPPwocky on Twitter An Opinionated Guide on How To Reverse Engineer Software is decent. for me personally: know some assembly, and in particular make sure you know the calling conventions for your platform. when starting out, do it on binaries you can actually run in a debugger and see whats actually happening at runtime.
| | aradaelli.com
13.7 parsecs away

Travel
| |
| | opensource.net
50.1 parsecs away

Travel
| This series explores the critical security principles every Python web developer needs. While hard and fast rules like avoiding plaintext passwords and custom security algorithms are essential, a deeper understanding of broader security principles is equally important.This first post delves into fundamental security best practices, ranging from general principles to specific Python-related techniques.