| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing check that section index in get_image_section() is valid | Pali Rohár | 2023-07-03 | 1 | -1/+1 |
* | Fix compilation with the first NT SDK | Pali Rohár | 2023-05-21 | 1 | -0/+13 |
* | Fix compilation with old MSVC compiler | Pali Rohár | 2023-05-21 | 1 | -0/+12 |
* | Fix compilation with older SDK | Pali Rohár | 2023-05-21 | 1 | -7/+7 |
* | Add Windows ARM64 support | GH Cao | 2022-12-27 | 1 | -2/+62 |
* | Fix CMake include directive when using wrappers like meson. | Angelo Haller | 2022-12-01 | 1 | -1/+4 |
* | Replace magic numbers by sdk macros in get_image_section() | Pali Rohár | 2022-03-11 | 1 | -2/+8 |
* | Prefer usage of thread-safe function SetThreadErrorMode() instead of process-... | Pali Rohár | 2021-12-21 | 1 | -4/+33 |
* | Try to avoid compile warning: cast between incompatible function types from �... | Pali Rohár | 2021-12-21 | 1 | -3/+3 |
* | dladdr: const void *addr | Michel Zou | 2021-04-09 | 2 | -10/+10 |
* | Fix noinline for older compiler versions (e.g. Visual Studio 6.0) | Pali Rohár | 2021-02-03 | 1 | -1/+11 |
* | Define ULONG_PTR for older SDK | Pali Rohár | 2021-02-03 | 1 | -0/+5 |
* | Fix MSVC 14.00 compile warning: warning C4244: '=' : conversion from 'ULONG_P... | Pali Rohár | 2021-02-03 | 1 | -1/+1 |
* | Add helper function MyGetModuleHandleFromAddress() | Pali Rohár | 2021-02-03 | 1 | -7/+57 |
* | Fix helper function MyEnumProcessModules() | Pali Rohár | 2021-02-03 | 1 | -7/+32 |
* | Avoid calling SetLastError() and GetLastError() internally | Pali Rohár | 2021-02-03 | 1 | -22/+17 |
* | Move hCurrentProc variable to scope where is used | Pali Rohár | 2021-02-03 | 1 | -2/+3 |
* | Fix some style issues | Pali Rohár | 2021-02-03 | 1 | -10/+10 |
* | Remove duplicate checks for NULL pointers | Pali Rohár | 2021-01-29 | 1 | -4/+1 |
* | Remove code for finding symbol name in import table | Pali Rohár | 2021-01-29 | 1 | -53/+6 |
* | Function dladdr() now retrieve symbol name and symbol address from both expor... | Pali Rohár | 2021-01-27 | 1 | -26/+80 |
* | Add function dladdr() and associated test application test-dladdr | Ralf Habacker | 2021-01-17 | 3 | -5/+236 |
* | Rewrite function save_err_ptr_str() to not use sprintf() | Pali Rohár | 2020-12-13 | 1 | -6/+13 |
* | Move cmake targets into sub directories | Ralf Habacker | 2020-09-14 | 3 | -0/+599 |