Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Nov 23, 2024
1 parent 102a617 commit 6d88ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/LIEF/DyldSharedCache/DyldSharedCache.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class LIEF_API DyldSharedCache {
instructions_iterator disassemble(uint64_t va) const;

/// Return the content at the specified virtual address
std::vector<uint8_t> get_content_from_va(uint64_t va, size_t size) const;
std::vector<uint8_t> get_content_from_va(uint64_t va, uint64_t size) const;

/// Find the sub-DyldSharedCache that wraps the given virtual address
std::unique_ptr<DyldSharedCache> cache_for_address(uint64_t va) const;
Expand Down

0 comments on commit 6d88ded

Please sign in to comment.