Skip to content
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.

Detect data references: heuristic #13

Closed
riidefi opened this issue Aug 20, 2021 · 1 comment
Closed

Detect data references: heuristic #13

riidefi opened this issue Aug 20, 2021 · 1 comment

Comments

@riidefi
Copy link
Collaborator

riidefi commented Aug 20, 2021

Detect references (relocations) to data from .text; e.g.

lis r8, 0x801a, addi r8, r8, -7072

becomes

lis r8, nandCallback@ha
addi r8, r8, nandCallback@l
@riptl
Copy link
Owner

riptl commented Apr 11, 2022

Covered in #27.

@riptl riptl closed this as completed Apr 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants