-
Notifications
You must be signed in to change notification settings - Fork 33
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
Distinguish the process AppScope state (Unscoped/Attached/Detached) #1096
Comments
michalbiesek
added a commit
that referenced
this issue
Sep 6, 2022
- check if application was attached/deatached - provide a dummy mapping for the detach state Closes #1096
Test instructions:
|
michalbiesek
added a commit
that referenced
this issue
Sep 6, 2022
- check if application was attached/detached - provide a dummy mapping for the detach state Closes #1096
michalbiesek
added a commit
that referenced
this issue
Sep 6, 2022
- check if application was attached/detached - provide a dummy mapping for the detach state Closes #1096
michalbiesek
added a commit
that referenced
this issue
Sep 9, 2022
- check if application was attached/detached - provide a dummy mapping for the detach state Closes #1096
michalbiesek
added a commit
that referenced
this issue
Sep 12, 2022
- check if application was instrumented/uninstrumented - provide a dummy mapping for the uninstrumented state Closes #1096
michalbiesek
added a commit
that referenced
this issue
Sep 13, 2022
- check the state of application if was unscoped/scoped/loaded - provide a dummy mapping for the loaded state Closes #1096
michalbiesek
added a commit
that referenced
this issue
Sep 16, 2022
- check the state of application if was unscoped/scoped/loaded - provide a dummy mapping for the loaded state Closes #1096
Closing since the work will be continued in #1108 |
michalbiesek
added a commit
to michalbiesek/appscope
that referenced
this issue
Feb 19, 2023
- check the state of application if was unscoped/scoped/loaded - provide a dummy mapping for the loaded state Closes criblio#1096
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, in our model, we could distinguish the state of whether our library is loaded or not.
With the detach functionality we have a new state: our library can be loaded but we are not sending any data.
So essentially in context of the AppScope, process can be in three states:
See the state diagram below
Scenario 1 Attach to running application
Scenario 2 Run scoped application
We should be able to distinguish these three states with for example
scope ps
without extensive privileges likeptrace
The text was updated successfully, but these errors were encountered: