swang206
swang206
Please compile a module as a .o file in clang as GCC does. Make them be compatible with each other. I do not want extra binary artifacts. Extra binary artifacts...
I would like to see a destructive move with the new semantics. We are not allowed to use this project after passing into the move function without using replacement new...
Does this kaitai provide parsing for kaitai itself? bootstrapping seems quite interesting for me when I want to do something with kaitai
Build started... 1>------ Build started: Project: np3_en_us, Configuration: Release x64 ------ 1>stdafx.cpp 1>fatal error C1083: Cannot open compiler intermediate file: 'd:\notepad3\bin\release_x64_v143\obj\np3_en_us\np3_en_us.pch': No such file or directory 1>C:\Program Files\Microsoft Visual Studio\2022\Preview\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(560,5):...
cons.asm:25375:13: error: unknown use of instruction mnemonic without a size suffix jmp $L_14001135e ^ cons.asm:25378:13: error: unknown use of instruction mnemonic without a size suffix mov R8,R15 ^ cons.asm:25379:27: error:...
Can you show us a demo on how to run #include int main() { puts("Hello World\n"); } ?
It is very unfortunate world of warcraft uses Lua 5.1 which does not provide goto. Although bit is provided, it does not provide all the functions that bitops provide which...
I would like to disassemble windows resource file generated by gtirb to human-readable .rc file. Is that possible?
I would like to trace data from the stack memory with static analysis. Does gtirb support that? If it does not, what else I could look at?
The compilation speed is ridiculously slow due to the dependency on boost. Precompiled header can improve the situation a lot.