Java-Android-Magisk-Burp-Objection-Root-Emulator-Easy
Java-Android-Magisk-Burp-Objection-Root-Emulator-Easy copied to clipboard
JeffHicks Suggestions
@operat0r I took a quick glance. My suggestions to improve this: Get-WMIObject should be considered deprecated. Use Get-CimInstance. Don't turn off errors. Use proper error handling with Try/Catch. Use Join-Path instead of concatenation.
Apr 2 JeffHicks Jeff Hicks 🐶🎼🍷🖥️ @JeffHicks @operat0r I think you should make this a proper PowerShell module. Break out each function to a separate file. Use proper function names. Create a manifest. Add proper help documentation for each command.