Dev

Results 5 issues of Dev

Hello, first of all I would like to thank you for your library. I noticed that you added a “Heterogeneous lookup” in the latest updates, however, I still couldn’t get...

bug

Hi, in some .hpp files forgot add noexcept in move constructors for struct/class Thank's for your work!

Feature.Can Do
Help.Desk

For fix need replace this code: [Code link](https://github.com/kin4stat/kthook/blob/master/include/kthook/x86/kthook_impl.hpp#L105C1-L111C10) To: ```c++ else if (hs.opcode == 0xE8) { std::uintptr_t call_destination = detail::restore_absolute_address(current_address, hs.imm.imm32, hs.len); call.operand = detail::get_relative_address( call_destination, reinterpret_cast(trampoline_gen->getCurr()), sizeof(call)); op_copy_src =...

Starting with CMake 3.27, there will be a warning for compat levels below CMake 3.5. Everything else is a fix for compatibility with C code.