diff --git a/README.md b/README.md index 71866f4..546fae3 100644 --- a/README.md +++ b/README.md @@ -167,10 +167,20 @@ Struct Visualizer ----------------- When looking at the contents of a C/C++ struct or a C++ class in the Struct Visualizer, it looks like this. -This example shows the contents of "*this" for the current C++ class that Seer is in. +This example shows the contents of "*this" for the current C++ class that Seer is in. All structure members +that are basic types can be edited. ![](images/structvisualizer.png) +There is also a **Basic Struct Visualizer** that is more light weight, but can not follow pointers and can not +be edited. + +Image Visualizer +----------------- + +When looking at the contents of raw memory that is an image, the Image Visualizer can be used. + +![](images/imagevisualizer.png) Starting Seer ============= diff --git a/images/basicstructvisualizer.png b/images/basicstructvisualizer.png new file mode 100644 index 0000000..f49e3da Binary files /dev/null and b/images/basicstructvisualizer.png differ diff --git a/images/imagevisualizer.png b/images/imagevisualizer.png new file mode 100644 index 0000000..fcd5a62 Binary files /dev/null and b/images/imagevisualizer.png differ diff --git a/images/mainview.png b/images/mainview.png index 6f89bf4..6cb27de 100644 Binary files a/images/mainview.png and b/images/mainview.png differ diff --git a/images/mainview_assemby.png b/images/mainview_assemby.png index 86af664..3bebc32 100644 Binary files a/images/mainview_assemby.png and b/images/mainview_assemby.png differ diff --git a/images/memoryvisualizer.png b/images/memoryvisualizer.png index 515bb75..1167842 100644 Binary files a/images/memoryvisualizer.png and b/images/memoryvisualizer.png differ