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
I use DECAF in ubuntu 18.04 64bits, and guest OS is ubuntu 14.04 32bit. I used procinfo_generic in ubuntu18.04 64bits to get kernel info. Isn't right? Because I got a large init_task addr that is:
I use DECAF in ubuntu 18.04 64bits, and guest OS is ubuntu 14.04 32bit. I used procinfo_generic in ubuntu18.04 64bits to get kernel info. Isn't right? Because I got a large
init_task
addr that is:I found decaf found task struct in a small address.
tulInitTaskAddr: 3249244800
DECAF/decaf/shared/linux_procinfo.cpp
Line 1788 in 8c12a8d
how can I start vmi?
when I set
init_task_addr = 3249244800
, decaf will work.But how can I verify this VMI works righ?The text was updated successfully, but these errors were encountered: