Convert assembly to python (automatically or help in the process)

Viewed 44

I am currently translating a security algorithm from TikTok I extracted to python. The accurate source is in assembly (.asm), I have a compiled version in .c but the code is inaccurate and difficult to implement in python (100k lines).

Is it to this day even possible to automatically translate assembly to Python or python-like code (I am quite experienced in .py, so I can fix the code and make modifications)

As I know that there is to this day no 100% translator or well-working translator especially from .asm to .py which is not very common, whould there be a habitude or something to speed up and facilitate the process that would help me reach my goal, I should make use of or have you experienced the same situations and have tips, recommendations of things that helped you in the process or techniques I should consider when translating code to .py

Thanks.

0 Answers
Related