Skip to content

Shellcode not clean #3

Description

@rootabeta

Output of this tool displays nulls and other bad characters. This can lead to failed shellcode injection and consequently execution.
Suggested fix: analyze assembly code, and replace null-spawning instructions with alternatives (such as xor eax,eax rather than mov eax, 0)

Activity

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

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