diff options
| author | Brian Potchik <brian@vector35.com> | 2021-02-24 14:42:41 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2021-02-24 14:42:41 -0500 |
| commit | 331e424b35fd667d23a376960587cf44722148d8 (patch) | |
| tree | 2a6bf579b0178c9c43a28bb5ac7c76626145b3bc | |
| parent | 0d526b92d13dc3708adf8427da4df59f8b090009 (diff) | |
Add Reflection view documentation to getting started guide.
| -rw-r--r-- | docs/getting-started.md | 18 | ||||
| -rw-r--r-- | docs/img/reflection_controls.png | bin | 0 -> 35536 bytes | |||
| -rw-r--r-- | docs/img/reflection_settings.png | bin | 0 -> 74443 bytes | |||
| -rw-r--r-- | docs/img/reflection_view.png | bin | 0 -> 197127 bytes |
4 files changed, 18 insertions, 0 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md index 313f144d..468b9f59 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -283,6 +283,24 @@ The function list also highlights imports, and functions identified with symbols  +### Reflection View + +- View BNILs and assembly for the same file side-by-side + + + +- Settings to control the synchronization behavior + + + +- Right Click the Function Header for quick access to synchronization mode changes + + + +- Reflection currently presents in graph view only + +- When main view is linear, Mini Graph renders the Reflection View + ### Script (Python) Console The integrated script console is useful for small scripts that aren't worth writing as full plugins. diff --git a/docs/img/reflection_controls.png b/docs/img/reflection_controls.png Binary files differnew file mode 100644 index 00000000..f8d9733e --- /dev/null +++ b/docs/img/reflection_controls.png diff --git a/docs/img/reflection_settings.png b/docs/img/reflection_settings.png Binary files differnew file mode 100644 index 00000000..1b37bdfd --- /dev/null +++ b/docs/img/reflection_settings.png diff --git a/docs/img/reflection_view.png b/docs/img/reflection_view.png Binary files differnew file mode 100644 index 00000000..f0558438 --- /dev/null +++ b/docs/img/reflection_view.png |
