Matteo

Results 13 comments of Matteo

A similar solution (which I have memory has been deemed deprecated in some other GitHub issue) works fine, so I think the same should be achievable using **Java.ClassFactory.get(this)**. The working...

I think the 64 bits load/store instructions are actually fine for now because they match the logic used by the rest of the semantics (e.g. [LDP SIMD semantics](https://github.com/lifting-bits/remill/blob/master/lib/Arch/AArch64/Semantics/DATAXFER.cpp#L617)) and are...

The test itself looks fine and I re-enabled it, although I cannot really run it on [M1](https://github.com/lifting-bits/remill/issues/602).

@pgoodman I did some changes to the AArch64 tests, but I'm a bit wandering in the dark because I don't know how GTest works. The changes I did in the...

@pgoodman As far as I see and from my tests, the `adrl` pseudo operation is not supported by Clang and some migration guides are suggesting to define a macro for...

First of all, sorry for the delayed answer. It's really likely that **Jiagu** integrated new techniques since when the blogpost has been written, in fact other protectors are using different...

So I took a quick look at **live.aiplex.software**, the whole unpacking stage is more or less unchanged but, as you mentioned, after dumping the new dynamically loaded dex files there...

@Toshiba1127 @marcussacana I didn't spend any more time on it, but contributions are welcome if someone wants to explore the implementation of the QihooVM given the head-start information I provided...

Any information about the application has been removed on purpose on the blogpost to avoid damaging the owner. I would suggest you to find any malware sample protected by similar...

Hi! Thanks for the feedback, glad this issue was indeed the one causing troubles for x86/x64. I think applying the fix just to `Syslog::PrintErr` in the same way other pieces...