Skip to content

Modifications to the process text segment may inhibit concurrent usage. #5

@Micrified

Description

@Micrified

The text segment of a process is typically protected in order to allow multiple processes to run a program without needing to copy the program binary itself (protections guarantee it is immutable). Because libdsm lifts protections and actively modifies the segment, this makes it running more than once instance of the program at a time unsafe.

Though no solution to this problem is possible, the user must be made aware of this danger.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions