is it possible to find the RAX value from the following instruction(using static analysis only)
MOV RAX, qword ptr FS:[0x28]
without executing a program in gdb or any other compiler? I am using ghidra to perform static analysis in my windows VM,
is it possible to find the RAX value from the following instruction(using static analysis only)
MOV RAX, qword ptr FS:[0x28]
without executing a program in gdb or any other compiler? I am using ghidra to perform static analysis in my windows VM,