Petr Kobalicek
Petr Kobalicek
I think `BL_HIT_TEST_PART` is never returned. It was created for hit testing of paths vs paths - so you would get BL_HIT_TEST_IN when one completely subsumes the other and `BL_HIT_TEST_PART`...
I'm still not sure what is a blocker here. In general it doesn't have to work exactly like ImageWatch (having it working is a miracle anyway). VScode would just need...
It would be great to have that. I think this would depend on #409 as that would have to be resolved as well. However, considering AsmJit has no funding, I'm...
Yeah sure, but this one would be pretty complex as AsmJit needs to understand expressions in place of immediates (at least a predefined set of expressions) to make `:lo12:func` working....
That would be possible I think even with the current arch, or just putting the address into a constant pool and loading it from it (not sure about a performance...
In general I would like to generate the assembler from instruction data, so I'm not adding aarch64 instructions at the moment (unless there is an urgent need for some instruction)....
Take it or dump it - it was just a little exercise for me to understand how much time is required per project to adapt to the new version of...