Illyan Garte

Results 7 issues of Illyan Garte

I found a rather peculiar edge case, which is not currently handled by libpeconv (and if it is, I am too dumb to figure it out). Consider following scenario: Payload...

Union exposes its own API as C-style exports. Your `README.md` states that Union mods are impossible to support, which is not true — it's perfectly possible, but tedious to do....

wontfix

EaglePatch must do some filtering before forcing the LOD-level, this is already done for character models, but there are other things that appear glitchy. Perhaps you could do retaddr checking?...

## The problem There are Minecraft mod projects [(e.g. CC: Tweaked for Fabric)](https://squiddev.cc/maven/cc/tweaked/cc-tweaked-1.19.3-fabric/) which publish their builds to Maven repositories and nowhere else. These aren't supported by ferium as of...

new source

Macro-expanded snippet from README.md (past-return code removed) ```c++ #include void __stdcall example(__int32 arg3); unsigned __int32 __cdecl example_trampoline(__int32 arg, __int32 arg2, __int32 arg3); void __stdcall example2(); void __cdecl example2_trampoline(); int main()...

https://github.com/seclab-ucr/ShadowBlock you could probably try to weaponize techniques described in this repo/paper

https://cmake.org/cmake/help/latest/prop_tgt/MSVC_RUNTIME_LIBRARY.html Clang's GNU driver wouldn't recognize `/MT` flag when cross-compiling for Windows, let CMake handle compile flags internally instead