Eric Schulte

Results 38 comments of Eric Schulte

Can you provide a minimal example of what is going wrong currently and how you would like to see it behave?

I don't know if there is a portable way to do this. The problem is that the lisp printer isn't escaping `[`. ``` EXAMPLE> (prin1 '|(|) |(| |(| EXAMPLE> (prin1...

It looks like Keystone is pinned to a very old version of LLVM. Are there any plans to move to (and ideally start tracing) a recent version of LLVM. Is...

FWIW I tried brew's `g++` but ran into linking errors related to libgomp. The only option I've found that builds successfully on my Mac from tag `2.1` is `-DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++`. Edit:...

Thanks for this note. We have discussed working on a Radare2 plugin, and it is useful to know that there is some demand for this. In the short term we...

Ah, I didn't know that was an option. I've transferred and will reopen. Thanks

I think DDisasm does *some* parsing of Resources embedded in a PE file to populate a `peResources` AuxData table. I don't really know the Windows ecosystem so this might not...

I think we're certainly open to this. Would you consider submitting an MR updating our CMake configuration to use precompiled headers by default? See: - https://cmake.org/cmake/help/git-stage/command/target_precompile_headers.html - https://github.com/GrammaTech/gtirb/blob/master/CONTRIBUTING.md - https://github.com/GrammaTech/gtirb/blob/master/GrammaTech-CLA-GTIRB.pdf

I see your point, although I think there are other options for the above function in which initargs seems more readable (subjectively to my eye). E.g., ```lisp (defun add-person (&key...