Loyie King
Loyie King
Steps to reproduce: 1. ```java class Main{ public static void main(String[] args) { int intHolder1; int intHolder2; if(args.length == 0){ intHolder2 = 0; } else { intHolder1 = args.length; intHolder2...
win-dbg-debug/Defaults.cs LINE.10 public static readonly DEBUG_CREATE_PROCESS DEBUG = (DEBUG_CREATE_PROCESS)((int)DEBUG_PROCESS.DETACH_ON_EXIT | 0x00000010); // 0x00000010:Creat a new console
### Describe your idea Hi Jadx Team, First, thanks for the amazing work on Jadx. I'm opening this issue to discuss the potential of upgrading Jadx's code editor. While the...