Skip to content

Access Violation while searching memory for a given process #15

Description

@Nenkai

Currently SigScan has issues scanning a process which may have unreadable sections within it.

The constructor does not currently check for valid regions within [BaseAddress..BaseAddress+ModuleMemorySize), so any non allocated region read within that range causes AV.

Of course, no AV is thrown if the signature is found before these memory regions are read. Valid patterns are not affected by this.
(Ran across this while specifically porting patterns from Granblue Fantasy: Relink to Endless Ragnarok).
(I would implement it myself, but it wouldn't be cross-platform.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions