Wednesday, April 27, 2022

Linux: Debuging and Inspecting binary files and libraries

 

 

$ nm libmanson.so | grep -n apply
1:00000000000058ef T apply

 

No comments:

OS Emulation on Ubuntu 20

    sudo apt update && sudo apt install qemu-system-x86   # Create a 1GB disk image   qemu-img create -f qcow2 win95.qcow2 1G qemu-i...