Skip to content

Commit

Permalink
elf_contains_segment: fix declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
smx-smx committed Apr 3, 2024
1 parent 52aff22 commit 3eb85c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xzre.h
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ extern BOOL find_function_prologue(u8 *code_start, u8 *code_end, u8 **output, Fu
* @param p_flags the segment protection flags (PF_*)
* @return BOOL TRUE if found, FALSE otherwise
*/
extern BOOL elf_contains_segment(elf_info_t *elf_info, u64 vaddr, u64 size, u32 p_flags, int step);
extern BOOL elf_contains_segment(elf_info_t *elf_info, u64 vaddr, u64 size, u32 p_flags);

/**
* @brief Parses the given in-memory ELF file into elf_info
Expand Down

0 comments on commit 3eb85c0

Please sign in to comment.