Releases: BasedInc/libhat
Releases · BasedInc/libhat
0.4.0
- 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
- 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
- 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
- Fixes missing protection flags in the Windows implementation of
hat::process::is_readable