I tried to run pwn scripts with python solve.py NOASLR=True (or just =1, or just NOASLR).
There is no easy way to test if the script has been run by using args.NOASLR. The values in args that I could observe
are PwnlibArgs(<class 'str'>, {'EXE': '', 'PLT_DEBUG': '', 'PORT': '', 'REMOTE': '', 'DOCKER': '', 'GDB': ''}). It would be nice if we could add NOASLR to that dict.