Calle Svensson

Results 35 comments of Calle Svensson

MLILSSA looks like this: ![image](https://github.com/Vector35/binaryninja-api/assets/870392/e2c4b75e-a3a8-4af7-b636-99458e277521) I can not share the binary publicly but @fuzyll already has it and I can send it to you on Slack as well.

The technical part can probably be solved decently with this repo and a contact email. The difficult part is what to include. I don't want to be elitist or so...

Excellent idea. I'll just run it through the MomentJS timezone module: https://momentjs.com/timezone/

Specifically, changing `__init__.py:392` from `jmp_target = f.lifted_il[0].operands[0].operands[0]` to `jmp_target = None` avoids the infinite loop and the UI freeze. Obviously this also breaks functionality but at least it's a more...

I mean that we should use the `logging` library instead of just `print()`.