GDB
Existing FILEs
pwndbg> print _IO_2_1_stdout_
pwndbg> print _IO_2_1_stdin_
pwndbg> print _IO_2_1_stderr_
pwndbg> print _IO_wide_data_1Existing Vtables
pwndbg> print _IO_file_jumps
pwndbg> print _IO_wfile_jumpsCasting
pwndbg> print {FILE} <address>
pwndbg> # todo for vtable
pwndbg> # todo for other structs if possibleLast updated