fletcher 0 Posted January 21, 2018 how can i do it?(no debug, only static analysis) Share this post Link to post Share on other sites
samoray 47 Posted January 21, 2018 I think you fire up X64dbg, you load your target on it, go to entry point and start your scrolling through the code without running your target... Share this post Link to post Share on other sites
mrexodia 1,442 Posted January 21, 2018 You cannot. You can appoximate it by running until the system breakpoint and go to the entry point manually. 1 Share this post Link to post Share on other sites