Explore >> Select a destination


You are here

hackliza.gal
| | mistys-internet.website
5.5 parsecs away

Travel
| | Has this ever happened to you? You're writing a project in Ruby, JavaScript, Go, etc., and you have to build a dependency that uses a system ...
| | balau82.wordpress.com
4.1 parsecs away

Travel
| | Implementing a minimal standard C library for embedded ARM target using Newlib and the CodeSourcery toolchain, and emulating the execution with QEMU.
| | blog.danman.eu
2.3 parsecs away

Travel
| | [AI summary] The user is trying to set up usbip-utils 2.0 on Ubuntu to enable remote USB device sharing. They encountered an error when attempting to attach a remote device, which was resolved by loading the vhci-hcd module and using sudo. The process involved compiling the tools from source, installing necessary modules, and ensuring correct permissions. The final step was verifying the device was recognized with lsusb.
| | opguides.info
27.9 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.