PackageTrack

Go modules · #2270

github.com/pkujhd/goloader

v0.0.25pkujhd/goloader

Release timeline

219 releases since 2020
2020202120222023202420252026

Releases

  1. v0.0.2521 Aug 2026
    Release notes

    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

    Open source →
  2. v0.0.25-0.20260801024040-9300a44917051 Aug 2026pre-release

    Nothing published for this version

  3. v0.0.25-0.20260728094342-77f01af8279028 Jul 2026pre-release

    Nothing published for this version

  4. v0.0.25-0.20260724023236-37c962725e0524 Jul 2026pre-release

    Nothing published for this version

  5. v0.0.25-0.20260720064903-f38cfcb73de320 Jul 2026pre-release

    Nothing published for this version

  6. v0.0.25-0.20260716142236-beae5faa2f3016 Jul 2026pre-release

    Nothing published for this version

  7. v0.0.25-0.20260715161751-aa597748155215 Jul 2026pre-release

    Nothing published for this version

  8. v0.0.25-0.20260701065520-d4531ab01a0c1 Jul 2026pre-release

    Nothing published for this version

  9. v0.0.2411 Feb 2026
    Release notes

    ChangeLog:

    Support golang 1.26(#135)

    Open source →
  10. v0.0.24-0.20260211091157-860e2b19f73f11 Feb 2026pre-release

    Nothing published for this version

  11. v0.0.24-0.20260128063332-d6b3b8a1260b28 Jan 2026pre-release

    Nothing published for this version

  12. v0.0.24-0.20251224132221-95d8a2c1fa5924 Dec 2025pre-release

    Nothing published for this version

  13. v0.0.2324 Dec 2025
    Release notes

    ChangeLog:

    Bug Fix:
    Adapt gcdata generate algorithm on golang 1.24 or higher(#136)
    Fix on golang < 1.11 not define macho.CpuArm64

    Open source →
  14. v0.0.2230 Sept 2025
    Release notes

    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

    Open source →
  15. v0.0.22-0.20250930031008-a0b6f05e99be30 Sept 2025pre-release

    Nothing published for this version

  16. v0.0.22-0.20250815060020-48449aaec8a215 Aug 2025pre-release

    Nothing published for this version

  17. v0.0.22-0.20250813074654-f05d00fffafc13 Aug 2025pre-release

    Nothing published for this version

  18. v0.0.22-0.20250807070328-20d6355c27ab7 Aug 2025pre-release

    Nothing published for this version

  19. v0.0.22-0.20250728093847-ae8e1370802d28 Jul 2025pre-release

    Nothing published for this version

  20. v0.0.22-0.20250728063107-dd2dcd70bcd228 Jul 2025pre-release

    Nothing published for this version

  21. v0.0.22-0.20250717074815-b8e7d5dfb57317 Jul 2025pre-release

    Nothing published for this version

  22. v0.0.22-0.20250616032623-9ad38b6ee0b116 Jun 2025pre-release

    Nothing published for this version

  23. v0.0.2112 Jun 2025
    Release notes

    ChangeLog:

    Support golang 1.24(#104)
    Support cgo
    Support automatic interface completion for types
    Support automatic dependency
    Prioritize using types from the firstmoduledata

    Open source →
  24. v0.0.21-0.20250507020714-ba72c3600b997 May 2025pre-release

    Nothing published for this version

  25. v0.0.21-0.20250504122206-f3522f81a8c24 May 2025pre-release

    Nothing published for this version

  26. v0.0.21-0.20250504120859-98622284da294 May 2025pre-release

    Nothing published for this version

  27. v0.0.21-0.20250426045417-4fbe842fb72c26 Apr 2025pre-release

    Nothing published for this version

  28. v0.0.21-0.20250422025225-6d12c0e3c90422 Apr 2025pre-release

    Nothing published for this version

  29. v0.0.21-0.20250407074302-906f0cf5d3987 Apr 2025pre-release

    Nothing published for this version

  30. v0.0.21-0.20250315100438-6b8dcb56c32115 Mar 2025pre-release

    Nothing published for this version

  31. v0.0.21-0.20250221081528-a694362394ca21 Feb 2025pre-release

    Nothing published for this version

  32. v0.0.21-0.20250205022701-e9c1e257d94e5 Feb 2025pre-release

    Nothing published for this version

  33. v0.0.2019 Nov 2024
    Release notes

    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)

    Open source →
  34. v0.0.20-0.20241119040232-206fcf75201019 Nov 2024pre-release

    Nothing published for this version

  35. v0.0.20-0.20241114072240-3fe2acbc961614 Nov 2024pre-release

    Nothing published for this version

  36. v0.0.20-0.20240727102159-45636494ada527 Jul 2024pre-release

    Nothing published for this version

  37. v0.0.192 Mar 2024
    Release notes

    ChangeLog:

    1. Support golang 1.22(#94)
    2. add Serialize/UnSerialize Linker

    Fix:

    1. fix not call main's init bug since commit(c925f5a)
    Open source →
  38. v0.0.182 Dec 2023
    Release notes

    ChangeLog:
    1. Support golang 1.21(#82)
    2. Resolve nameless type name

    Fix:
    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)

    Open source →
  39. v0.0.171 Jul 2023
    Release notes

    ChangeLog:

    1. Support golang 1.20 (#68)
    2. code segment and data segment separate for support darwin/arm64
    3. store string into heap to avoid another shm

    Fix:

    1. fix funcbucket fill error(#59)
    2. fix set caller's funcID not callee's funcID in inlineNode bug (#77)
    3. register all type in typelink, fix #74
    4. arm64 replace call code use X27 register to avoid crash
    Open source →
  40. v0.0.168 Aug 2022
    Release notes

    ChangeLog:

    1. Support golang 1.19
    Open source →
  41. v0.0.1516 Mar 2022

    Nothing published for this version

  42. v0.0.1411 Nov 2021

    Nothing published for this version

  43. v0.0.1317 Aug 2021

    Nothing published for this version

  44. v0.0.1218 Feb 2021

    Nothing published for this version

  45. v0.0.1121 Aug 2020

    Nothing published for this version

  46. v0.0.1011 Aug 2020

    Nothing published for this version

  47. v0.0.913 Jul 2020

    Nothing published for this version

  48. v0.0.829 Jun 2020

    Nothing published for this version

  49. v0.0.722 Jun 2020

    Nothing published for this version

  50. v0.0.619 Jun 2020

    Nothing published for this version

  51. v0.0.515 Jun 2020

    Nothing published for this version

  52. v0.0.45 Jun 2020

    Nothing published for this version

  53. v0.0.325 May 2020

    Nothing published for this version

  54. v0.0.22 May 2020

    Nothing published for this version

  55. v0.0.19 Mar 2020

    Nothing published for this version

  56. v0.0.0-20260821022146-7059b2f010e321 Aug 2026pre-release

    Nothing published for this version

  57. v0.0.0-20260801024040-9300a44917051 Aug 2026pre-release

    Nothing published for this version

  58. v0.0.0-20260728094342-77f01af8279028 Jul 2026pre-release

    Nothing published for this version

  59. v0.0.0-20260724023236-37c962725e0524 Jul 2026pre-release

    Nothing published for this version

  60. v0.0.0-20260720064903-f38cfcb73de320 Jul 2026pre-release

    Nothing published for this version