Skip to content

Commit

Permalink
fix pvi_wf_modes type
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianRudolph committed Feb 4, 2022
1 parent f247a47 commit ac80f6a
Show file tree
Hide file tree
Showing 3 changed files with 14,780 additions and 14,485 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1106,4 +1106,9 @@ Low-level Error: Size too small for fields of structure dentry_operations.confli
in the decompiler window.
To fix this, go into the offending struct (here `dentry_operations.conflict`) and change the type of mismatched size (pick any type of the correct size).
Ghidra points out which field has the wrong type in the "mnemonic" column.
After changing the type of `ebc_buf_s.buf_mode` to `panel_refresh_mode`, I [exported](rev/ebc_dev_2.26.c) the code.
Changes:
- Set type of `ebc_buf_s.buf_mode` to `panel_refresh_mode`
- Set type of `pvi_wf_modes` to `pvi_wf_mode[9]`
([decompiled](rev/ebc_dev_2.26.c))
Loading

0 comments on commit ac80f6a

Please sign in to comment.