Siliang Qin
Siliang Qin
**Describe the solution you'd like** Add a Window running JShell that can interact with Ghidra just like Jython. This may ease the development of new scripts written in Java. **Additional...
Some `symbolic_operand` will be marked as both `code` and `data`. This can be observed in almost every test case. Is there any reason for this ambiguity?
I'm trying to write some analysis with datalog based on ddisasm, but it's not convenient to reuse the existing results when implementing a pass. Should I write some datalog program...
Some large files may be parsed fine but it will takes too long to query. It may be hard to optimize the query logic to accelerate the query? But a...
When using ddp with num_workers > 0, the training slow down between epochs. I tried using ddp_spawn with persistent_workers according to the [doc](https://lightning.ai/docs/pytorch/stable/advanced/speed.html#persistent-workers), > When using strategy="ddp_spawn" and num_workers>0, consider...
Upon thorough examination, it has come to my attention that the dataset's integrity might be compromised due to the methodology employed in generating the assembly representations. Specifically, the use of...
I hope this message finds you well. I am currently working on processing the dataset for a downstream task and have encountered what appears to be an inconsistency with some...
When using gtirb as a lib, including the header leads to compiler complaining that use of some templates are ambiguous, wrap the templates into namespace should solve the problem.
add namespace for casts to prevent contradictory with other projects