Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 ifunc 属性为 lua 制作一个胖运行时库(在 C 中),为此我需要在运行时来自 C api 的 lua 版本用于我的解析器函数。
我知道 _VERSION 存储在全局表中的某处,但在知道我的代码执行的版本之前,我不能依赖使用任何 lua 函数
我试图memmem lua状态以寻找没有任何运气的版本,也许有更简单的方法