EUA / wxHexEditor

wxHexEditor official GIT repo
http://www.wxhexeditor.org
GNU General Public License v2.0
563 stars 121 forks source link

RAM search #82

Open TBeholder opened 6 years ago

TBeholder commented 6 years ago

It's a cool feature, but troublesome in use.

  1. Couldn't an user look into one's own processes without sudo? Perhaps a custom AppArmor profile would be enough? And/or launch a command line from the editor and then deal with it as the parent process?
  2. Search gives wrong results as often as not. But the same search seems to land in the same wrong areas, so maybe it actually does find the string, and then messes up when reporting?
EUA commented 6 years ago
  1. Himm. Could it? How? I don't know proper way to do this or AppArmor profiles. might before trying to open, changing some variables at /proc/$pid/ might do the trick. Do you know how to do it? Might Meltdown & Spectre bugs do the trick :D

  2. Yes, RAM search doesn't working proper right now. Probably due empty / forbidden sections. Will try to fix it soon.