hex-editor
Here are 56 public repositories matching this topic...
-
Updated
Apr 4, 2018
-
Updated
Aug 6, 2019 - C++
Hello!
Would be nice and useful, if wxHE has a separate window for displaying file-structure of MZ-PE, ELF and Mach-O formats. Doable?
[1] http://www.skyfree.org/linux/references/ELF_Format.pdf
[2] https://source.winehq.org/source/include/winnt.h
[3] https://www.microsoft.com/en-us/download/confirmation.aspx?id=19509
[4] https://lowlevelbits.org/parsing-mach-o-files/
These 2 lines
https://github.com/Dax89/QHexView/blob/master/qhexview.cpp#L471
https://github.com/Dax89/QHexView/blob/master/qhexview.cpp#L486
do not feel right.
PgDn seems to move the position by half the number of visible rows and PgUp by 3 times.
I think the issue is with "this->firstVisibleLine()" vs "cur->currentLine()",
If you use the latter it works properly.
And if you think
-
Updated
Apr 22, 2017 - C++
-
Updated
Jun 20, 2020 - C
-
Updated
Jul 4, 2020 - C
Please provide the following information
Madedit-Mod version (or branch):
v 0.4.16
platform/architecture:
Windows x64
compiler and compiler version:
please describe what symptom you see, what you would expect to see instead and how to reproduce it.
如果打开很多个文件,以致文档Tab超出窗口宽度时, 文档Tab会出现以下问题:
- 当文件数量刚好比窗口宽度可容纳的Tab数量多1时,视文档名长度,最后一个文档Tab的关闭按钮可能会被遮挡.

But the three dots never disappear, no matter how wide I make the window, and no matter how small I make sizable status area on the left.
There should be a way to s
-
Updated
Mar 22, 2017
-
Updated
Jul 1, 2020 - C++
Precalculate some sort of tree or list. Anything should be better than iterating through all changes, even though it works fast enough below 20000 history operations.
-
Updated
Jun 19, 2015 - C++
-
Updated
Jul 5, 2020 - C#
-
Updated
May 11, 2018 - C
-
Updated
Apr 27, 2017 - PHP
Add menu bar to ui
The menubar is that little bit on the top of a window that contains [ File | Edit | Windows | ... ]. We should add one that contains the following.
- File
- New - creates new file in current project
- Open - opens existing file and adds it to current project
- vertical line
- Save - Saves currently focused file
- Save As... - Saves currently focused file as
- Save
-
Updated
Feb 28, 2019
-
Updated
Apr 26, 2020 - C++
Improve this page
Add a description, image, and links to the hex-editor topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hex-editor topic, visit your repo's landing page and select "manage topics."

while creating setup.py, file hierarchy has need to be like this http://docs.python-guide.org/en/latest/writing/structure/ or not like ours :D .We must change structure this way.