ViRb3

Results 206 comments of ViRb3

Should be partially unblocked when [ArgumentInliner](https://github.com/GraxCode/threadtear/pull/23/commits/949eca0dafe5122dce17f58dc71e821b175c1fbd) is merged from #23.

The black bar is expected AOSP behavior which most custom ROMs override by default. Sadly, OmniROM is not one of them, but it is still not an issue with the...

I think this is what you need: https://developer.android.com/guide/practices/screens-distribution.html `android:resizeableActivity true` Looks like `resizeableActivity` defaults to `true` if targeted API > 24. Or, alternatively: API >= 26: `` API < 26:...

I'm afraid I'm not competent enough to fix this, at least not without some research that I can't do right now. I was hoping @doegox has a better clue at...

@doegox are you sure the manchester decoder last bit is fixed? My UID last bit is a 0 using your sample code, while `lf hitag reader 26` shows it as...

/12 means that the covered range would be: HostMin: 172.16.0.1 HostMax: 172.31.255.254 Setting 172.17 or 172.16 shouldn't make any difference. Source: http://jodies.de/ipcalc?host=172.16.0.0&mask1=12&mask2=

I suppose another solution would be to set a file watch on the config file and react to changes instantly. Either way, a hot reload is very important to prevent...

Glad to hear you found a workaround for your use case, but please leave this issue open, as it tracks a perfectly valid feature request which already gathered a lot...

I edited the comment to reflect current progress.

Just as a note, [x64dbg](https://x64dbg.com/) can be easily used to produce an address-only trace file and it works great: ![image](https://user-images.githubusercontent.com/2650170/117090105-5c731680-ad4f-11eb-9cba-55e72755531c.png) Make sure that the base address (i.e. +0x180000000) matches that...