Skip to content

Commit

Permalink
osilinux pagewalk def (#1370)
Browse files Browse the repository at this point in the history
  • Loading branch information
lacraig2 authored Oct 11, 2023
1 parent 8a6b1b0 commit e4bd246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panda/plugins/osi_linux/osi_linux_int_fns.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
char *osi_linux_fd_to_filename(CPUState *env, OsiProc *p, int fd);

// VMI to get physical address
unsigned long walk_page_table(CPUState *cpu, OsiProc *p, target_ptr_t virtual_address);
target_ulong walk_page_table(CPUState *cpu, target_ulong virtual_address);

// returns pos in a file
unsigned long long osi_linux_fd_to_pos(CPUState *env, OsiProc *p, int fd);
Expand Down

0 comments on commit e4bd246

Please sign in to comment.