From 132d43012246b3a55b339ed548832cd31df99af7 Mon Sep 17 00:00:00 2001 From: Amanda Rousseau Date: Mon, 27 Mar 2017 20:37:11 -0700 Subject: [PATCH] fixing breakpoint --- dynamic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic.md b/dynamic.md index af53044..9d0bf48 100644 --- a/dynamic.md +++ b/dynamic.md @@ -46,7 +46,7 @@ In **IDA**, get the offset of the XorDecode function you saved prior. ![alt text](https://securedorg.github.io/images/dyn8.png "xordecode") -In **x64bdg** find that same offset and add a comment that it is the Xor Decode function. Set a breakpoint using **F2** on that function. Then run the program until the breakpoin using **F9**. Step into that function using **F7**. +In **x64bdg** find that same offset and add a comment that it is the Xor Decode function. Set a breakpoint using **F2** on that function. Then run the program until the breakpoint using **F9**. Step into that function using **F7**. *Click to Enlarge* [![alt text](https://securedorg.github.io/images/dyn5.gif "xordecode")](https://securedorg.github.io/images/dyn5.gif)