Julian Burner
Julian Burner
By any chance, do you have OBS running in the background? I've also experienced my cursor disappearing with OBS open, although that also happened in vanilla.
@skylot Is there any way to determine during the decompilation's rename phase whether a local variable is present in bytecode or generated by the decompiler? And are the SSAVars' reg...
The PR is almost ready now! A few things I wanted to note: - As you suggested earlier, I added a `mappingsPath` property to the JADX project file, so your...
> You don't need additional code to watch for mapping files changes on load, you can merge your file with inputs list here: [...] Thanks, that's a good suggestion! Cleans...
Btw, if you need a real-world example of JADX being used with mappings, please see my repo here: https://github.com/NebelNidas/yt-mappings All you have to do to get it running is: 1....
@skylot Can you look at why the test is failing? It works fine on my machine 🤔
> Looks like you don't need these added constructor arguments (`JadxProject` and `JadxSettings`) at all, because these settings already added into `JadxArgs` Not really the case though. `JadxArgs` only contains...
> That is the main reason why jobf was added: to keep aliases unchanged between different jadx version Interesting, I couldn't think of a reason why anybody would want this...
> Why you want to remove everything? 😂 There is no any burden to maintain stable and tested features, but it is a real nightmare to maintain new features (i.e....
Perfect :) I don't know how you plan to implement it, but I'd suggest using Enigma's way of allowing the user to just add slashes into the rename window and...