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

Refactor TDAG-format, differentiate taint sources #6490

Open
hbrodin opened this issue Sep 15, 2022 · 1 comment
Open

Refactor TDAG-format, differentiate taint sources #6490

hbrodin opened this issue Sep 15, 2022 · 1 comment
Assignees
Labels
developer-friendliness Related to ease of development enhancement New feature or request

Comments

@hbrodin
Copy link
Collaborator

hbrodin commented Sep 15, 2022

Decide on a more appropriate abstraction for taint sources. Currently it is file-focused, e.g. the file descriptor is stored along side. However, with the introduction of argv tainting this abstraction no longer holds. Also, additional taint sources are being planned for e.g. sockets.

This will require a refactor of the TDAG file (at least slightly).
I believe we should plan for implementing the 'Section'-type previously discussed, and use a shared string table.

@hbrodin hbrodin self-assigned this Sep 15, 2022
@hbrodin hbrodin added enhancement New feature or request developer-friendliness Related to ease of development labels Sep 15, 2022
@hbrodin
Copy link
Collaborator Author

hbrodin commented Nov 8, 2022

#6500 implements the section handling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
developer-friendliness Related to ease of development enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant