Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroborrello committed Mar 13, 2023
1 parent fdcd9d1 commit 4237524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Custom Processing Unit is the first dynamic analysis framework able to hook, pat
It works by leveraging [undocumented instructions](https://github.com/chip-red-pill/udbgInstr) in Intel CPUs that allow access to the CRBUS.
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.

Find the static analysis framework as subtree in [this](./ghidra-processor-module) repo, or at https://github.com/pietroborrello/ghidra-atom-microcode.
Find the static analysis framework as subtree in [this](./ghidra-processor-module) folder, or at https://github.com/pietroborrello/ghidra-atom-microcode.

Check out our slides describing this work [here](./slides.pdf).

Expand Down

0 comments on commit 4237524

Please sign in to comment.