Kevin Hartman

Results 23 comments of Kevin Hartman

Okay great, thanks a lot for the help! I'll have to build from source and reinstall the plugin. Good to know that the types are not just simply deleted and...

> Most of the problems due to ebo will go away with 10.2 as the decompiler finally has union support That should be nice! Fingers crossed that there will be...

Thanks! A script would be helpful. I'm happy to file a bug on Ghidra as well, but it's not clear to me what's going wrong and where. I assumed the...

Hmm. Would `DataTypeManager::replaceDataType` work properly as a means to deduplicate? Wondering if it is affected by this bug. https://ghidra.re/ghidra_docs/api/ghidra/program/model/data/DataTypeManager.html#replaceDataType(ghidra.program.model.data.DataType,ghidra.program.model.data.DataType,boolean)

Got something working (for the placeholder case). It only works if the replacement type has the same name, though this limitation is simply because it makes my workflow easier (I...

Should we update `classical.rst` as well if changing the supported operand types of `rotl` and `rotr`? (FWIW, I'm not sure I like the idea of `uint` promoting to an `int`...

> I am not sure why clang is unhappy with it. I believe this is because the `ret` immediately before is terminal, and so there's a new basic block starting...

Sounds good, @swernli! I'll leave that branch around in case it's helpful. These days I work on Qiskit Terra full-time so I'm less inclined to contribute to quantum projects in...

I would love to work on this one! As a first step, it looks like we need to add the Metadata and DebugInfo portions of Ubiquity LLVM to the LlvmBindings...

Hi @swernli! Sorry for the delay on this. I just submitted a draft PR with the ported Debug and Metadata stuff. I was able to port almost everything, so I...