Skip to content

Adjust for '.bss segment is not valid. Skipping ...' #9

Description

@swim1989

I tried load some NSO and it showed '.bss segment is not valid. Skipping ...'
It make a little noise during hack.
The ELF of this NSO
BSS start 0x049f9fF8
BSS end 0x6964D4B8
In your code, make conditional size check with <0x1FFFFFFF
So I Change the switch64.dll 0.23
x10990 __
2D 00 00 8B 45 0C 33 C9 3D FF FF FF 1F 76 19 45
to __
2D 00 00 8B 45 0C 33 C9 3D FF FF FF 6F 76 19 45
It works. .bss and IMPORT got normal(Though very large empty in BSS)
Maybe you could make choice dialog or quick method would release 2 version

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