emi~

Results 27 comments of emi~

For me it works once, interface opens, the app opens though it doesn't detects it. Then, after rebooting, I get a bootloop. :man_shrugging: Random MIUI 10 Rom on Redmi Note...

I gave it a good shot at fixing this but had no luck at all, should it be a trivial task? il2cppdumper is not a workaround for this scenario because...

I second this. I did try to patch it for personal use but it seems the stacking features are deeply rooted within Pop Shell. Both the suggestion of "not using...

Sorry, I meant `menu-complete`, it's a bindable command from readline. Here's the [documentation](https://www.gnu.org/software/bash/manual/html_node/Commands-For-Completion.html). If you want to check out the exact setup I use to check the behavior, add this...

Actually the issue is not while getting the ClassLinker field offsets (`_getArtClassLinkerSpec`), rather the issue happens when getting the ClassLinker offset of the Runtime class (at `_getArtRuntimeSpec`). Specifically, [here](https://github.com/frida/frida-java-bridge/blob/7b35dd9d664f94c6ff8fa57d18a872a5db046aa9/lib/android.js#L624-L629): ```js...

> @esauvisky Hi, any luck with finding a way to determine if a device has this new update or not? Hi, no unfortunately not, I spent quite some time on...

I also had to fix the line above when trying to play bare mp3 files: ```py self.transcode_video = force_video or (self.video_stream and not self.can_play_video_codec(video_stream.codec)) self.transcode_audio = force_audio or (self.audio_stream and...

> For another data-point, I too would be interested in having the ability to search non-default branches. This would be useful for uncovering feature branches for projects that have yet...

There are several other things it doesn't reorder, like vtable/slotted methods, events and others