From 3eb85c075386609eec3d9a34ae86bb8c12ff5a67 Mon Sep 17 00:00:00 2001 From: Stefano Moioli Date: Thu, 4 Apr 2024 00:36:05 +0200 Subject: [PATCH] elf_contains_segment: fix declaration --- xzre.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xzre.h b/xzre.h index 27c68a1..4eacf49 100644 --- a/xzre.h +++ b/xzre.h @@ -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