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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Custom Processing Unit is the first dynamic analysis framework able to hook, pat
9
9
It works by leveraging [undocumented instructions](https://github.com/chip-red-pill/udbgInstr) in Intel CPUs that allow access to the CRBUS.
10
10
Using our [microcode decompiler](https://github.com/pietroborrello/ghidra-atom-microcode) we reverse engineered how the CPU uses the CRBUS and by replicating the interactions we have full control of the CPU.
11
11
12
-
Find the static analysis framework as subtree in [this](./ghidra-processor-module)repo, or at https://github.com/pietroborrello/ghidra-atom-microcode.
12
+
Find the static analysis framework as subtree in [this](./ghidra-processor-module)folder, or at https://github.com/pietroborrello/ghidra-atom-microcode.
13
13
14
14
Check out our slides describing this work [here](./slides.pdf).
0 commit comments