Apple removed TNT’s certificate, so the app will crash after July 12th. The current solution is to sign it yourself.
Run in Terminal
codesign --force --deep --sign - /Applications/name.app
if Permission denied don't forget to add sudo
example:
sudo codesign --force --deep --sign - /Applications/1Password\ 7.app
Requisite: Xcode or the Apple Command Line Tools
To install, execute
xcode-select --install
Again, I'm not a developer, but i found a solution to use loopback cracked. Simply I gave permission using this code
1st:
brew install upx
When finished
2nd:
sudo upx -d /Applications/software.app/Contents/MacOS/software
and then it opens only if I open Loopback using "show content package" and then opening Contents/Mac OS/Loopback
Doing the same with iMazing it doesn't work :(