changes to original xmrig to build custom .dll and .so
Go to file
JorySeverijnse afdbb02c49 Fix dynamic core calculation for proper throttling
- Calculate 25% of total cores instead of hardcoded 2 cores
- Use std::max(1u, totalCores / 4) to ensure minimum 1 core
- Build affinity mask dynamically for calculated cores
- This should fix stuck at 50% issue and scale properly
2025-12-13 18:54:15 +01:00
.github/ISSUE_TEMPLATE Update bug_report.md 2024-02-29 08:31:16 +01:00
bin/WinRing0 Added WinRing0 driver binary. 2019-12-15 01:48:48 +07:00
cmake cflags: Add lax-vector-conversions on ARMv7 2025-06-18 16:38:05 -04:00
cmake_overrides Code can be build now without requiring any external dll's xmrig.cpp has been changed so it can run like Reflective DLL Injection. reflective dll injection not tested 2025-11-27 19:04:35 +01:00
res feat: Revert all previous changes and prepare for crash debugging 2025-11-06 23:40:01 +01:00
scripts Update deps scripts. 2025-06-12 00:52:49 +07:00
src Fix dynamic core calculation for proper throttling 2025-12-13 18:54:15 +01:00
.gitignore Added scripts/{build, deps} into .gitignore 2020-12-25 20:05:18 +03:00
Adobe_Photoshop_CC_icon.svg feat: Revert all previous changes and prepare for crash debugging 2025-11-06 23:40:01 +01:00
ai_prompt Code can be build now without requiring any external dll's xmrig.cpp has been changed so it can run like Reflective DLL Injection. reflective dll injection not tested 2025-11-27 19:04:35 +01:00
build_cmd Code can be build now without requiring any external dll's xmrig.cpp has been changed so it can run like Reflective DLL Injection. reflective dll injection not tested 2025-11-27 19:04:35 +01:00
CMakeLists.txt use QueueUserAPC instead of SetTimer/CreateThread for reliable Early-Bird injection auto-start 2025-12-11 19:49:16 +01:00
dll_injector.cpp feat: Revert all previous changes and prepare for crash debugging 2025-11-06 23:40:01 +01:00
dll_injectorWORKING.cpp Code can be build now without requiring any external dll's xmrig.cpp has been changed so it can run like Reflective DLL Injection. reflective dll injection not tested 2025-11-27 19:04:35 +01:00
encode.cpp Changed some cmake flags 2025-11-09 20:15:14 +01:00
inject_and_hollow.cpp Code can be build now without requiring any external dll's xmrig.cpp has been changed so it can run like Reflective DLL Injection. reflective dll injection not tested 2025-11-27 19:04:35 +01:00
LICENSE Initial import. 2017-04-15 09:02:08 +03:00
package.json Use external script to prepare OpenCL source. 2019-08-28 00:33:49 +07:00
rditest.cpp Code can be build now without requiring any external dll's xmrig.cpp has been changed so it can run like Reflective DLL Injection. reflective dll injection not tested 2025-11-27 19:04:35 +01:00
resume.cfg Code can be build now without requiring any external dll's xmrig.cpp has been changed so it can run like Reflective DLL Injection. reflective dll injection not tested 2025-11-27 19:04:35 +01:00
session-ses_4e7c.md Add CPU throttling functionality 2025-12-13 18:07:50 +01:00
test Code can be build now without requiring any external dll's xmrig.cpp has been changed so it can run like Reflective DLL Injection. reflective dll injection not tested 2025-11-27 19:04:35 +01:00
test_xmrig.cpp feat: Revert all previous changes and prepare for crash debugging 2025-11-06 23:40:01 +01:00
TODO feat: Revert all previous changes and prepare for crash debugging 2025-11-06 23:40:01 +01:00
upx_evasion.py Code can be build now without requiring any external dll's xmrig.cpp has been changed so it can run like Reflective DLL Injection. reflective dll injection not tested 2025-11-27 19:04:35 +01:00