crumblingstatue / hexerator

Versatile GUI hex editor focused on binary file exploration and aiding pattern recognition
https://crumblingstatue.github.io/hexerator-book/
Apache License 2.0
298 stars 5 forks source link

multibuffer support #19

Open crumblingstatue opened 2 years ago

crumblingstatue commented 2 years ago

For example, being able to open two files and diff between their regions, etc. Switch buffers while keeping same view configuration to look at what changed, etc.

crumblingstatue commented 2 years ago

Also the same feature can be used for reading mapped regions of process memory

crumblingstatue commented 2 years ago

Adding this could significantly complicate implementation, but could also be very much worth it. Might be added in a future release