aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add some contributorstraversaro-patch-1Silvio Traversaro2023-05-251-1/+2
* Merge pull request #109 from dlfcn-win32/updatecontribv1.4.0Silvio Traversaro2023-05-252-12/+21
|\
| * Cleanup README and add CODEOWNERS fileSilvio Traversaro2023-05-252-12/+21
|/
* Merge pull request #108 from pali/masterSilvio Traversaro2023-05-251-7/+32
|\
| * Fix compilation with the first NT SDKPali Rohár2023-05-211-0/+13
| * Fix compilation with old MSVC compilerPali Rohár2023-05-211-0/+12
| * Fix compilation with older SDKPali Rohár2023-05-211-7/+7
|/
* Merge pull request #107 from driver1998/arm64Silvio Traversaro2022-12-282-2/+71
|\
| * Add Windows ARM64 supportGH Cao2022-12-272-2/+71
|/
* Merge pull request #106 from szanni/cmake-fix-wrapper-includeSilvio Traversaro2022-12-021-1/+4
|\
| * Fix CMake include directive when using wrappers like meson.Angelo Haller2022-12-011-1/+4
|/
* Merge pull request #103 from pali/masterv1.3.1Silvio Traversaro2022-04-081-2/+8
|\
| * Replace magic numbers by sdk macros in get_image_section()Pali Rohár2022-03-111-2/+8
|/
* Merge pull request #102 from pali/masterSilvio Traversaro2022-01-051-7/+36
|\
| * Prefer usage of thread-safe function SetThreadErrorMode() instead of process-...Pali Rohár2021-12-211-4/+33
| * Try to avoid compile warning: cast between incompatible function types from â...Pali Rohár2021-12-211-3/+3
|/
* Merge pull request #99 from xantares/wineSilvio Traversaro2021-04-294-25/+9
|\
| * cmake: use CROSSCOMPILING_EMULATORMichel Zou2021-04-274-25/+9
* | Merge pull request #96 from xantares/patch-2Silvio Traversaro2021-04-281-1/+1
|\ \ | |/ |/|
| * CMake: Bumpr versionxantares2021-04-271-1/+1
|/
* Merge pull request #98 from xantares/constSilvio Traversaro2021-04-112-10/+10
|\
| * dladdr: const void *addrMichel Zou2021-04-092-10/+10
|/
* Merge pull request #95 from pali/masterv1.3.0Silvio Traversaro2021-02-242-54/+140
|\
| * 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-032-14/+14
|/
* Merge pull request #94 from pali/dladdrSilvio Traversaro2021-02-034-65/+69
|\
| * 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-274-43/+97
|/
* Merge pull request #72 from rhabacker/masterSilvio Traversaro2021-01-259-44/+531
|\
| * CI: Add static building for cmakeRalf Habacker2021-01-172-23/+70
| * cmake: add support to build test-dladdr on unix like osRalf Habacker2021-01-172-12/+22
| * Add function dladdr() and associated test application test-dladdrRalf Habacker2021-01-176-9/+439
|/
* Merge pull request #93 from rhabacker/travis-cmake-supportSilvio Traversaro2020-12-221-0/+11
|\
| * Add cmake build support to travis CIRalf Habacker2020-12-221-0/+11
|/
* Merge pull request #90 from pali/masterSilvio Traversaro2020-12-131-6/+13
|\
| * Rewrite function save_err_ptr_str() to not use sprintf()Pali Rohár2020-12-131-6/+13
|/
* Merge pull request #89 from pali/masterSilvio Traversaro2020-12-131-0/+1
|\
| * Add _CRT_SECURE_NO_WARNINGS for test.c to disable MSVC deprecation warningsPali Rohár2020-12-131-0/+1
|/
* Merge pull request #88 from pali/masterSilvio Traversaro2020-12-132-3/+14
|\
| * ci-build.sh: Move install_prefix to cmake place where it is usedPali Rohár2020-12-121-3/+1
| * Run Travis tests also under i586-mingw32msvc-gcc compilerPali Rohár2020-12-121-0/+13
|/
* Merge pull request #85 from rhabacker/cmake-wine-supportSilvio Traversaro2020-11-265-6/+125
|\
| * cmake: Keep warning in sync with Makefile based build systemRalf Habacker2020-11-091-0/+6