aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix noinline for older compiler versions (e.g. Visual Studio 6.0)Pali Rohár2021-02-031-1/+11
* Define ULONG_PTR for older SDKPali Rohár2021-02-031-0/+5
* Fix MSVC 14.00 compile warning: warning C4244: '=' : conversion from 'ULONG_P...Pali Rohár2021-02-031-1/+1
* Add helper function MyGetModuleHandleFromAddress()Pali Rohár2021-02-031-7/+57
* Fix helper function MyEnumProcessModules()Pali Rohár2021-02-031-7/+32
* Avoid calling SetLastError() and GetLastError() internallyPali Rohár2021-02-031-22/+17
* Move hCurrentProc variable to scope where is usedPali Rohár2021-02-031-2/+3
* Fix some style issuesPali Rohár2021-02-031-10/+10
* Remove duplicate checks for NULL pointersPali Rohár2021-01-291-4/+1
* Remove code for finding symbol name in import tablePali Rohár2021-01-291-53/+6
* Function dladdr() now retrieve symbol name and symbol address from both expor...Pali Rohár2021-01-271-26/+80
* Add function dladdr() and associated test application test-dladdrRalf Habacker2021-01-173-5/+236
* Rewrite function save_err_ptr_str() to not use sprintf()Pali Rohár2020-12-131-6/+13
* Move cmake targets into sub directoriesRalf Habacker2020-09-143-0/+599