ThinerDAS

Results 3 issues of ThinerDAS

Original author of the CTF challenge is believed to be @hzqmwne ```python def sat(x: str): """0CTF 2021 lalamblambdadambda pseudo code, all rights belong to original author of challenge""" buf =...

New-puzzle

```python def sat(s: str): """DiceCTF 2021 lambda pseudo code, all rights belong to original author of challenge""" __import__('sys').setrecursionlimit(3000) # ----- # This section is just used to implement tail-recursion. #...

New-puzzle

## Description When executing an indirect eval call (`(1,eval)`) that contains both a function declaration and a subsequent variable assignment with the same name, Boa exhibits inconsistent behavior that may...

bug