Can Bindiff compare resources?
Open
enhancement
question
- Dominant language
- Java
- Stars
- 3.2k
- Forks
- 240
- PR merge metrics
- No merged PRs in 30d
Description
I have 2 binaries that are different in the resource section.
E.g. one has:
...
.rdata:000000014064D9E0 text "UTF-16LE", '**Some** text or variables',0
.rdata:000000014064D9EE align 10h
...
and the other has:
.rdata:000000014064D9E0 text "UTF-16LE", '**Other** text and variables',0
.rdata:000000014064D9EE align 10h
...
Can Bindiff detect these changes?
Of course this is not pure text comparison as these are related to functions and referenced in teh code.
Contributor guide
Assessment
This issue has not been assessed yet.