You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want to lift executable binary to LLVM bitcode, which is similar to the original file.
So I wonder if I can lift without specifying "mode program's memory" and "runtime's memory" provided by remill.
Does mcsema have an option not to explicate memory and state?
Hi, I want to lift executable binary to LLVM bitcode, which is similar to the original file.
So I wonder if I can lift without specifying "mode program's memory" and "runtime's memory" provided by remill.
Does mcsema have an option not to explicate memory and state?
Thank you so much!