You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modern linuxen seem to use an OS/ABI of '0', believing that it means "Unix - SYSTEM V".
go():
parse_note() appears to make assumptions about the prstatus and psinfo structs that do not apply to the "GNU" branded system (i.e. linux).
__main__:
assign the results of go() to globals
0 commit comments