farmdve

Results 27 comments of farmdve

But you see it's called one additional time. ECX = 3, then the hook should be called only three times, but in your test it's called 4 times. I've checked...

You would be correct usually, but it is because of the way the REP instruction is jitted by QEMU, it exits the TB and re-enters it. Think about it, if...

The user will have great difficulty in achieving that. They would have to specifically craft the hook to check for these special edge cases. And that is only for the...

@xorstream A long time ago, however only for x86 for now. https://github.com/farmdve/unicorn/commit/6648e41ab987bbf46301e1458fa1d4a169cae1df

@aquynh If the hook API is going to be revamped, I will wait as I will need to change the code either way. Plus right now I am also busy...

I don't mind, but the code for the size patching needs to made so that curly braces are after the if statement, not a new line. The post hook needs...

Back when I worked on/with Unicorn instruction hooks got called more than once and not when you wanted them to due to the way JIT worked at the time. Not...

As far as the work has shown, there are CAN commands to send a bootloader, transfer control to it and send the bootloader data to write to memory. However that...

I have a question. I know these EEPROMS and Flash chips have limited write-erase cycles. Does only changing a few bytes contribute to using up this limited capacity or the...

I researched the code a bit more. I don't see references to external flash memory selected by the CS0-3 signals. Does this mean that Subaru does not store the maps...