issues
search
pkujhd
/
goloader
load and run golang code at runtime.
Apache License 2.0
507
stars
59
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Issue #100
#101
eh-steve
closed
4 months ago
0
Does it support recursive functions?
#100
dzzzc
closed
4 months ago
8
Support golang 1.23
#99
pkujhd
closed
4 months ago
1
//go:linkname lock down future use
#98
pkujhd
closed
4 months ago
2
内置接口类型 error 无法解析
#96
Sgmwei
closed
7 months ago
5
Discussion on go plugin ecosystem
#95
Huzaifa-MS
closed
10 months ago
3
support golang 1.22
#94
pkujhd
closed
10 months ago
1
may be a bug: the program handles the`findfunctab` does not consider the case where the function address spans 4kb
#93
fumeboy
closed
11 months ago
2
go linker dont use ptrsize to align TEXT symbol
#92
fumeboy
closed
12 months ago
0
there may be an omission of pcdata handling
#91
fumeboy
closed
12 months ago
2
build constraints exclude all Go files in ...
#90
uberswe
closed
1 year ago
2
Fix darwin macho self patch
#89
eh-steve
closed
1 year ago
0
Failed to execute plugin which contains dependency `unresolve external:<...>`
#88
DanijelRadakovic
closed
1 year ago
2
unexpected return pc 0x0
#87
pkujhd
closed
1 year ago
4
`typelinksRegister` may bind wrong address when some types have same name at packages which also have same name
#85
fumeboy
closed
1 year ago
3
Adjust type registration elem
#84
eh-steve
closed
1 year ago
0
似乎不支援泛型
#83
patyhank
closed
1 year ago
12
golang 1.21 support
#82
pkujhd
closed
1 year ago
5
`getitab` alloc memory for `itab` by `persistentalloc`, and that couldnt be free
#81
fumeboy
closed
1 year ago
6
during module unloading, removing the itab can lead to runtime error
#80
fumeboy
closed
1 year ago
1
the `addfuncdata` rewrite `0` to `^uint32(0)`, but ignoring the case where 0 represents a normal offset value.
#79
fumeboy
closed
1 year ago
5
the usage of `copy2Slice` here seems to be incorrect, PutInt64 should be used instead
#78
fumeboy
closed
1 year ago
30
the handle of inline is incorrect
#77
fumeboy
closed
1 year ago
11
Test issue #75
#76
eh-steve
closed
1 year ago
0
Will panic soon when visit pprof web page
#75
fumeboy
closed
1 year ago
7
实现 MarshalJSON 接口方法, 不会被执行
#74
fumeboy
closed
1 year ago
16
你好, 请问这个项目是怎么保持跟随 Go 最新版本的呢
#73
fumeboy
closed
1 year ago
13
Bugfix gcdata revert fed0a9e
#72
eh-steve
closed
1 year ago
0
Load error: unresolve external:runtime.writeBarrier
#71
introspection3
closed
1 year ago
7
how to use it in other program
#70
introspection3
closed
1 year ago
1
Can't get example to run using Go 1.20
#69
mbertschler
closed
1 year ago
3
support golang 1.20
#68
pkujhd
closed
1 year ago
0
Do I have to build the host program with `-w`?
#67
TheMightyGit
closed
1 year ago
3
JIT compiler + bugfixes
#66
eh-steve
opened
2 years ago
34
[WIP] - JIT compiler + bugfixes
#65
eh-steve
closed
2 years ago
0
有一个想法
#64
Linkangyis
closed
2 years ago
1
[WIP] - Apple silicon JIT support
#63
eh-steve
closed
2 years ago
4
Add support for deduplicating type descriptors by relocating code to point at main module's types
#62
eh-steve
closed
2 years ago
7
Load error: symName:database/sql.(*DB).Close offset:139266851392960 is overflow!
#61
yinhediyi
closed
2 years ago
2
macos Lstat使用报index out of range
#59
yinhediyi
closed
2 years ago
12
在运行的golang代码如果使用指针会报错
#58
Linkangyis
closed
2 years ago
5
linker 是不是设计成main.xx导出方法
#57
lyh1091106900
closed
2 years ago
3
Mac M1 Load error: syscall.Mmap: permission denied
#56
devanwang
closed
2 years ago
6
fatal error: unreachable method called. linker bug?
#55
devanwang
closed
2 years ago
19
support golang 1.19
#54
pkujhd
closed
2 years ago
1
Multi file compilation problem
#53
Liang2580
closed
2 years ago
11
能直接加载plugin so吗
#52
lsg2020
closed
2 years ago
2
不能进行json反序列化
#51
honey-yogurt
closed
2 years ago
2
如果我想要调用的函数参数个数和类型不定,应该如何使用?
#50
honey-yogurt
closed
2 years ago
4
Import external package
#49
Atsika
closed
2 years ago
9
Next