You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What kind of error did you encounter? I tried compiling this plugin (with an updated version of Arkari's obfuscation) using the latest binaries from LLVM repo (19.1.4), which match the current Rust nightly version (1.85). However, I encountered a STATUS_HEAP_CORRUPTION error when building a simple "Hello, World!" program in Rust. Building .c examples works fine, though. Edit: it seems my issue is probably unrelated to yours, compiling and using rust's llvm solved my issue.
What kind of error did you encounter? I tried compiling this plugin (with an updated version of Arkari's obfuscation) using the latest binaries from LLVM repo (19.1.4), which match the current Rust nightly version (1.85). However, I encountered a STATUS_HEAP_CORRUPTION error when building a simple "Hello, World!" program in Rust. Building .c examples works fine, though. Edit: it seems my issue is probably unrelated to yours, compiling and using rust's llvm solved my issue.
这个库好像只支持msvc工具链吧,我测试gnu加载这个插件编译就会报错退出。
我本来想用mingw64编译这个插件的,但没成功,不知道作者是否测试过这块的
The text was updated successfully, but these errors were encountered: