Skip to content

Commit

Permalink
PIC: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
imbillow committed May 18, 2024
1 parent 01f0e6f commit b48a3d6
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions test/db/rzil/pic
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,24 @@ NAME=Testing the decryption in emulateme 16F13113
FILE=bins/pic/emulateme.16F13113.elf
TIMEOUT=30
CMDS=<<EOF
e scr.color=0
e analysis.cpu=pic16
e asm.cpu=pic16
e io.cache=1
om- 1
om- 3
om- 6
om- 7
om- 8
om- 1 # cinit
om- 3 # maintext
om- 6 # stringtext1
om- 8 # idataBANK0
aaa
wx 00 @ 0xa
wx 51534d775814515f456c177f6e787f1c0000 @ seckrit # 0x20
wz "AnyColourYouLike" @ 0x70 # key
wz "AnyColourYouLike" @ obj.main_key # key 0x7c
wx 7c @ obj.decrypt_key
wx 00 @ obj.decrypt_key+1
wx bd @ 0x801
# goto 0x80d
wx 0830 @ 0x82d
wx 8a00 @ 0x82f
wx 0d28 @ 0x831
wx 00 @ obj.decrypt_key+1
wx 00 @ 0x9
wx 00 @ 0x3
s sym._decrypt
Expand Down

0 comments on commit b48a3d6

Please sign in to comment.