Skip to content

Commit cfd1e89

Browse files
committed
readme changes
1 parent e93e942 commit cfd1e89

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ Getting Started
2626
- OOAnalyzer was used as a bootstrap for finding class information beyond rtti type information.
2727
- OOAnalyzer: https://github.com/cmu-sei/pharos
2828

29-
- Ghidra pseudo code is is located in the c++ directory, where header/interface files are located in the c/headers directory, and source/implementation files are located in the c/source directory.
29+
- Ghidra pseudo code is located in the c directory, where header/interface files are located in the c/headers directory, and source/implementation files are located in the c/source directory.
3030
- Reverse engineered C++ source code is located in the c++ directory, where header/interface files are located in the c++/headers directory, and source/implementation files are located in the c++/source directory.
3131

3232
Documentation
3333
-------------
3434

35-
- The docs directory provides in-depth information about the projects current state and its goals.
35+
- [`OpenJE-RE`](/docs/OpenJE-RE.md) - provides in-depth information about the projects current state and its goals.
36+
- [`F3`](/docs/F3.md) - documentation for the structs, classes, and functions of the Jefferson Engine.

0 commit comments

Comments
 (0)