Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

windows gnu编译问题 #6

Open
lz520520 opened this issue Nov 8, 2024 · 2 comments
Open

windows gnu编译问题 #6

lz520520 opened this issue Nov 8, 2024 · 2 comments

Comments

@lz520520
Copy link

lz520520 commented Nov 8, 2024

这个库好像只支持msvc工具链吧,我测试gnu加载这个插件编译就会报错退出。
我本来想用mingw64编译这个插件的,但没成功,不知道作者是否测试过这块的

@wyxather
Copy link

wyxather commented Nov 29, 2024

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.

@lz520520
Copy link
Author

lz520520 commented Dec 2, 2024

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编译存在问题,gnu也编译不成功,所以才问问

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants