You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got a situation where i need to decompile only a specific class, looking at the switches and their descriptions the only thing that works like what I need is jarfilter but i don't know how to specify the regex for a single class.
doing `--jarfilter "com.example.className" or "com.example.className.class" do not work.
The text was updated successfully, but these errors were encountered:
Got a situation where i need to decompile only a specific class, looking at the switches and their descriptions the only thing that works like what I need is
jarfilter
but i don't know how to specify the regex for a single class.doing `--jarfilter "com.example.className" or "com.example.className.class" do not work.
The text was updated successfully, but these errors were encountered: