github.com/pkujhd/goloader
v0.0.25
#2270 most downloaded on Go modules
pkujhd/goloader
What this package is like to depend on
Last release 3 days ago
21 Aug 2026
Release timing varies
gaps range from 8 days to 5 months
Some releases are documented
notes for 10 of 25 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
219 releases · first in 2020
29 releases in the last 12 months
see the full history below
Release timeline
219 releases · Mar 2020 to Aug 2026Releases
latest 60 of 219-
v0.0.2521 Aug 2026Release notes
Open source →ChangeLog:
Support golang 1.27(#140)
Fix remove the file extension caused invalid package version, e.g v.1.0.0 => v1.0(#141)
Fix runtime.(*stackObjectRecord).gcdata get moduledata failed(#142)Features:
Remove support goloader as a c-dynamic-library runner
When golang version >= 1.23, use register function address replace //go:linkname -
v0.0.25-0.20260801024040-9300a449170501 Aug 2026 pre-releaseNothing published for this version
-
v0.0.25-0.20260728094342-77f01af8279028 Jul 2026 pre-releaseNothing published for this version
-
v0.0.25-0.20260724023236-37c962725e0524 Jul 2026 pre-releaseNothing published for this version
-
v0.0.25-0.20260720064903-f38cfcb73de320 Jul 2026 pre-releaseNothing published for this version
-
v0.0.25-0.20260716142236-beae5faa2f3016 Jul 2026 pre-releaseNothing published for this version
-
v0.0.25-0.20260715161751-aa597748155215 Jul 2026 pre-releaseNothing published for this version
-
v0.0.25-0.20260701065520-d4531ab01a0c01 Jul 2026 pre-releaseNothing published for this version
-
v0.0.2411 Feb 2026 -
v0.0.24-0.20260211091157-860e2b19f73f11 Feb 2026 pre-releaseNothing published for this version
-
v0.0.24-0.20260128063332-d6b3b8a1260b28 Jan 2026 pre-releaseNothing published for this version
-
v0.0.24-0.20251224132221-95d8a2c1fa5924 Dec 2025 pre-releaseNothing published for this version
-
v0.0.2324 Dec 2025Release notes
Open source →ChangeLog:
Bug Fix:
Adapt gcdata generate algorithm on golang 1.24 or higher(#136)
Fix on golang < 1.11 not define macho.CpuArm64 -
v0.0.2230 Sep 2025Release notes
Open source →ChangeLog:
Support golang 1.25(#129)
Bug Fix:
Reset type assert cache and interface switch cache on Unload(#133)
Rewrite pointer in const-data segment on osx/arm64(#134)
Fix R_ARM64_GOTPCREL relocate error -
v0.0.22-0.20250930031008-a0b6f05e99be30 Sep 2025 pre-releaseNothing published for this version
-
v0.0.22-0.20250815060020-48449aaec8a215 Aug 2025 pre-releaseNothing published for this version
-
v0.0.22-0.20250813074654-f05d00fffafc13 Aug 2025 pre-releaseNothing published for this version
-
v0.0.22-0.20250807070328-20d6355c27ab07 Aug 2025 pre-releaseNothing published for this version
-
v0.0.22-0.20250728093847-ae8e1370802d28 Jul 2025 pre-releaseNothing published for this version
-
v0.0.22-0.20250728063107-dd2dcd70bcd228 Jul 2025 pre-releaseNothing published for this version
-
v0.0.22-0.20250717074815-b8e7d5dfb57317 Jul 2025 pre-releaseNothing published for this version
-
v0.0.22-0.20250616032623-9ad38b6ee0b116 Jun 2025 pre-releaseNothing published for this version
-
v0.0.2112 Jun 2025Release notes
Open source →ChangeLog:
Support golang 1.24(#104)
Support cgo
Support automatic interface completion for types
Support automatic dependency
Prioritize using types from the firstmoduledata -
v0.0.21-0.20250507020714-ba72c3600b9907 May 2025 pre-releaseNothing published for this version
-
v0.0.21-0.20250504122206-f3522f81a8c204 May 2025 pre-releaseNothing published for this version
-
v0.0.21-0.20250504120859-98622284da2904 May 2025 pre-releaseNothing published for this version
-
v0.0.21-0.20250426045417-4fbe842fb72c26 Apr 2025 pre-releaseNothing published for this version
-
v0.0.21-0.20250422025225-6d12c0e3c90422 Apr 2025 pre-releaseNothing published for this version
-
v0.0.21-0.20250407074302-906f0cf5d39807 Apr 2025 pre-releaseNothing published for this version
-
v0.0.21-0.20250315100438-6b8dcb56c32115 Mar 2025 pre-releaseNothing published for this version
-
v0.0.21-0.20250221081528-a694362394ca21 Feb 2025 pre-releaseNothing published for this version
-
v0.0.21-0.20250205022701-e9c1e257d94e05 Feb 2025 pre-releaseNothing published for this version
-
v0.0.2019 Nov 2024Release notes
Open source →ChangeLog:
Support golang 1.23(#99)
Fix:
fix the interface without package name registers error name(#96)
fix bug when itabTable expand, segment fault on itab.find(#102) -
v0.0.20-0.20241119040232-206fcf75201019 Nov 2024 pre-releaseNothing published for this version
-
v0.0.20-0.20241114072240-3fe2acbc961614 Nov 2024 pre-releaseNothing published for this version
-
v0.0.20-0.20240727102159-45636494ada527 Jul 2024 pre-releaseNothing published for this version
-
v0.0.1902 Mar 2024Release notes
Open source →ChangeLog:
- Support golang 1.22(#94)
- add Serialize/UnSerialize Linker
Fix:
- fix not call main's init bug since commit(c925f5a)
-
v0.0.1802 Dec 2023Release notes
Open source →ChangeLog:
1. Support golang 1.21(#82)
2. Resolve nameless type nameFix:
1. Fix funcbucket fill error(#93)
2. Fix function align error in code segment (#92)
3. Fix set pcdata offset error when pcdata is zero (#91)
4. Rewrite R_CALL and PCRELxCALL to avoid panic 'unexpected return pc 0x0' when switch stack on call instrunction(#87) -
v0.0.1701 Jul 2023Release notes
Open source →ChangeLog:
- Support golang 1.20 (#68)
- code segment and data segment separate for support darwin/arm64
- store string into heap to avoid another shm
Fix:
-
v0.0.1608 Aug 2022 -
v0.0.1516 Mar 2022Nothing published for this version
-
v0.0.1411 Nov 2021Nothing published for this version
-
v0.0.1317 Aug 2021Nothing published for this version
-
v0.0.1218 Feb 2021Nothing published for this version
-
v0.0.1121 Aug 2020Nothing published for this version
-
v0.0.1011 Aug 2020Nothing published for this version
-
v0.0.913 Jul 2020Nothing published for this version
-
v0.0.829 Jun 2020Nothing published for this version
-
v0.0.722 Jun 2020Nothing published for this version
-
v0.0.619 Jun 2020Nothing published for this version
-
v0.0.515 Jun 2020Nothing published for this version
-
v0.0.405 Jun 2020Nothing published for this version
-
v0.0.325 May 2020Nothing published for this version
-
v0.0.202 May 2020Nothing published for this version
-
v0.0.109 Mar 2020Nothing published for this version
-
v0.0.0-20260821022146-7059b2f010e321 Aug 2026 pre-releaseNothing published for this version
-
v0.0.0-20260801024040-9300a449170501 Aug 2026 pre-releaseNothing published for this version
-
v0.0.0-20260728094342-77f01af8279028 Jul 2026 pre-releaseNothing published for this version
-
v0.0.0-20260724023236-37c962725e0524 Jul 2026 pre-releaseNothing published for this version
-
v0.0.0-20260720064903-f38cfcb73de320 Jul 2026 pre-releaseNothing published for this version