wxHexEditor icon indicating copy to clipboard operation
wxHexEditor copied to clipboard

Process Selector with option of "allow traced process to continue"

Open EUA opened this issue 8 years ago • 1 comments

Add a process selector dialog instead of just entering PID by hand. Easy on linux, /proc/*/status first line has process name. Probably same for OSX. Research need for MSW.

Also might add "When editing process memory, allow other process to continue" request at https://sourceforge.net/p/wxhexeditor/feature-requests/40/

EUA avatar Feb 18 '17 02:02 EUA

According to: http://man7.org/linux/man-pages/man2/ptrace.2.html Instead use of PTRACE_ATTACH, using PTRACE_SEIZE could do the trick... But probably it need some other thing because change does not work somehow... Any help is welcome on this.

EUA avatar Mar 22 '18 13:03 EUA