Daily Shaarli

All links of one day in a single page.

October 15, 2024

Abusing LOAD_FAST in Python 3 VM | Julia Poo

Pwning Python 3 VM via an intended feature (Disclaimer: Not a vulnerability)

Sections:

  • Indexing into Known Memory
  • Creating a call gadget
  • Changing the page permissions using ctypes
  • Crafting our Shellcode