Maxim Poliakovski
Maxim Poliakovski
Philip, thank you a lot! Creating two parsing apps sounds reasonable. How can I get CLI11 to ignore optional arguments during the first stage? For now, I'm getting the following...
`app.allow_extras()` That works. Thanks!
Formatting data sections doesn't work as expected for big-endian ELF files. The "d" command assumes all data to be little-endian. To be fixed.
Well, it looks like the structure of the ELF loader in ScratchABit already resembles the IDA loader API. It's difficult to say whether a true IDA API is required or...
Adding a Capstone-based PowerPC 32 plugin shouldn't be a big deal. I'll give it a try...
Enabling Capstone-based PowerPC disassembly was indeed a question of a simple hook. The problem is that it isn't of great avail - recursive disassembly doesn't work due to missing instruction...
Could you explain me how the following code is intended to work? ```python @staticmethod def patch_capstone_groups(inst): groups = set(inst.groups) if 1: #ARM ... if 2: # x86 ... return groups...
> Sad that other projects apparently doing the same, or will need to do the same That's indeed true. I did it in my tools and I know more people...
> Sure, that's just hacked-up/unfinished code ;-). Should be fixed in 2eec80e Good, thanks. I'd personally prefer to keep processor-dependent code in processor-dedicated modules instead of putting them all into...
@eheck-is Hallo Elfi, frohes neues Jahr und herzlich willkommen in unserem Forum! Having all recent Intarsys binaries available via Maven Central would be actually a great thing! Our project uses...