Nathan Poirier
Nathan Poirier
Any news about this option?
Thanks, I will check and merge it soon!
About pre-built binaries, I've made a repo that creates them for multiple platforms (the script can be used standalone or via GitHub Actions to create GitHub Releases): https://github.com/nathan818fr/libmem-build Feel free...
Yes, with my way, all libraries must be linked to the target program. That's what I'm doing here on a project using libmem: https://github.com/nathan818fr/ts3-server-hook/blob/9ed27aaea3b4edb15fe9a984c0d5709d9e1f99b6/cmake/libmem-config.cmake It's true that it's probably simpler...
Maybe I'm missing something, but when I build with MSVC I don't get all shipped into one library. I get: - libmem.lib (946 KiB) - injector.lib (76 KiB) - capstone.lib...
@Stiverton No 403 errors in your logs. The problems you're experiencing have nothing to do with this issue (which has been fixed). You're experiencing a different problem, so maybe you...
A temporary workaround is to compile and use sassc v3.5.0. I advise you not to install packages (.deb/.rpm) intended for other or older distributions, they could pollute your current installation...