So far, in a Windows 11 install, I've found the following:
- The DeBoox thing is called DeBooxUpd, not DeBooxUpx (a typo, obviously, but it kinda sets the mood
)
- I had to install Python (expected in Windows as Python is not installed by default), but when i ran DeBooxUpd I had to install a dependency for DeBooxUpd (Cryptodome) first.
- Once I ran the payload_dumper.py, it failed first because "no module named 'google'" (another dependency install)
- After fixing the dependency issue, the current blocker is an Assertion Error in payload_dumper.py:
Code:
Traceback (most recent call last):
File "C:\Users\logse\Downloads\payload_dumper.py", line 64, in <module>
assert magic == b'CrAU'
^^^^^^^^^^^^^^^^
AssertionError
This doesn't look like a dependency issue.