Skip to content

Instantly share code, notes, and snippets.

View vaishnavachath's full-sized avatar
🎯
Focusing

Vaishnav M A vaishnavachath

🎯
Focusing
  • Bengaluru, Karnataka, India
View GitHub Profile
@jarun
jarun / disassemble.md
Last active June 14, 2024 18:58
Guide to disassemble

prerequisites

  • Compile the program in gcc with debug symbols enabled (-g)
  • Do NOT strip the binary
  • To generate assembly code using gcc use the -S option: gcc -S hello.c

utilities

objdump

@cfriedt
cfriedt / using-linux-zephyr-and-greybus-for-iot-with-the-cc1352r-sensortag.md
Last active October 10, 2020 00:18
using-linux-zephyr-and-greybus-for-iot-with-the-cc1352r-sensortag.md