It is use to display data of exe. In addition we can search the keyword by given input in ASCII as well as Hex decimal.
- Framework: Dot Net.
- Front End: Windows Presentation Foundation (WPF)
- Back End: C#.
- Platform: Windows.
- Display only required data, not whole exe file.
- Highlight the position where the given keyword found.
- Mostly all exception are handle.
- Use of multithreading. So the GUI is not hang at the time of loading data.
- First Look of HexEditor.
Load button is disable. Enable when we give exe name.
- After Loading Data
Here we have display 200 * 16 data. Row is continuous adding asynchronous.
- Searching ASCII value
When Keyword is found starting position is display in Position textbox. And Highlight the position where keyword is present.
- Searching Hex value
When Keyword is found starting position is display in Position textbox. And Highlight the position where keyword is present.
- Keyword Not Found
When Keyword is not found it only display “not found” in Position textbox.
- If Given is present in Exe but we have display small amount of data
So, It only mention the starting position where the data present and not highlight
- Display more data
We can display more data by mention size of data in ‘More size to read’ textbox and click load button. Where I have display 1000*16 more data. Offset is display beside the Hexcode label
- Reset Button
If you seen after clicking ‘LoadExe’ button the ExeName textbox is disabled. So you can’t Loaded another exe data. So reset button is provided to clear all the data. Reset will not perform if data loading into table is running.