Releases: BasedInc/libhat
Releases · BasedInc/libhat
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