Skip to content

Releases: BasedInc/libhat

0.4.0

16 Jan 21:21
7375873
Compare
Choose a tag to compare
  • Added more find_pattern overloads for <ranges>
  • Added libhat::libhat alias for the libhat CMake target
  • Changed scan_alignment parameter in find_pattern overloads to be passed as a function parameter instead of a non-type template parameter
  • Fixed potentially unsupported instructions being generated in unintended functions when using /GL (MSVC)

0.3.0

09 Oct 04:56
a3bd74d
Compare
Choose a tag to compare
  • Added hat::process::is_writable
  • Added page_size to hat::system_info
  • Added Linux implementation of hat::process::get_process_module
  • Fixed constexpr support for scan_result_base::read
  • Fixed undefined behavior in scan_result_base::read

0.2.0

06 Oct 00:24
2a2c7c3
Compare
Choose a tag to compare
  • Added remaining parameter to hat::scan_result_base::rel for instructions which have additional operands encoded after the relative address
  • Fixed usage of incorrect count variable when iterating PE sections in hat::process::get_section_data

0.1.1

03 Oct 00:04
c1863ad
Compare
Choose a tag to compare
  • Fixes missing protection flags in the Windows implementation of hat::process::is_readable

0.1.0

02 Oct 23:12
4874d1a
Compare
Choose a tag to compare

Initial release