Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
EUA opened this issue Feb 18, 2017 · 1 comment
Open

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

EUA opened this issue Feb 18, 2017 · 1 comment

Comments

@EUA
Copy link
Owner

EUA commented Feb 18, 2017

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 EUA added this to the v0.25 milestone Feb 18, 2017
@EUA EUA self-assigned this Feb 18, 2017
@EUA EUA changed the title Process selector Process Selector with option of "allow traced process to continue" Feb 25, 2017
@EUA EUA removed this from the v0.25 milestone Mar 22, 2018
@EUA
Copy link
Owner Author

EUA commented Mar 22, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant