Note that we are more strict than Google style for one aspect: pointer/reference indicators are adjacent to their types, not their variables. find . -name "*.h" -exec clang-format -i {} \; find . -name "*.cpp" -exec clang-format -i {} \;
Also cleaned up some warnings related to implicit size_t/uint64_t conversions.
The disassembler now generates correct string when encountering quotes and slashes.