Problem description:
When you need to convert smali to Java for viewing in Android Killer, right-click on the smali file → View source code. Or click the small Java icon in the smali window to view the Java source code. At this time, it will prompt "The developer cannot be verified. Are you sure you want to run this software?", but when you click "Run", jd-gui.exe cannot be started to view the source code.
Solution:
Close open files in Windows - Security warning
1. WIN key R to start "Run"
2. Enter gpedit.msc to start the "Local Group Policy Editor"
3. Open "User Configuration" → "Administrative Templates" → "Windows Components" → "Attachment Manager"
4. Edit the "Inclusion list of medium risk file types"
5. Enable settings and add options: .exe
6. Click OK to save changes
Run jd-gui.exe again, no more security warnings, problem solved!
Recommended tutorial:Java tutorial
The above is the detailed content of android killer prompts when viewing java source code that it cannot be verified. For more information, please follow other related articles on the PHP Chinese website!