Skip to content

Commit

Permalink
Added screens and updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeeky committed Mar 18, 2017
1 parent ce09f6c commit e5345a2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
Binary file added 1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@ Now we are going to highlight any **bad characters** in default options set

![Example1](1.jpg)

Or for those who prefer classical output, the **LCS** algorithm may be turned off as well:

![Example1](2.jpg)


Looks like we have a corrupted byte - **0x2f** has been replaced with **0x5c** (`/` => `\`).

What if our **bad_buffer** contained some random bytes inserted inside?
Expand Down Expand Up @@ -194,7 +199,7 @@ Let's take for instance following `memdump`:

It contains some bytes added, some removed. This is what the binary diffing would look like using LCS-modified algorithm taken from Mona.py:

![Example2](2.jpg)
![Example2](3.jpg)



Expand Down

0 comments on commit e5345a2

Please sign in to comment.