14 Commits

Author SHA1 Message Date
pancake
b09ebceba4 Improve aesue feedback and add tests ##esil 2023-07-11 19:38:01 +02:00
Luc Tielen
428d50708d Migrate the AVR plugin ##arch
* Remove leftovers from migrating old plugins
* Wire up esil callback for plugins
* Add workaround for showing registers for AVR
* Put 590 comment to cleanup esil from anal struct
* Make asm depend on crypto also
2023-06-15 16:07:10 +02:00
pancake
8ef97b3918
Improvements in the visual esil debugger and documentation ##esil 2023-05-31 12:26:16 +02:00
Apkunpacker
2090ca5c6f Fix typos in different locations 2023-01-16 18:41:04 +01:00
Roman Valls Guimera
d4d1d7afd5
Implement ESIL on more instructions for v850.np ##esil 2022-01-25 12:11:50 +01:00
Roman Valls Guimera
1d41ee33e4
Handle ESIL in more v850.np instructions ##esil
* Implement or and not for v850 ESIL
* Some documentation on how to run ESIL step by step
* and/andi... can't remember how to do the processor flags
* Implement AND's S and Z logic... not sure if those ESIL conditionals are right yet...
* Change from $ to # for ESIL args, otherwise it'll clash with flags
* Change = on flags to := otherwise it affects the state of all the other flags
2022-01-20 12:41:07 +01:00
pancake
e6f2cd0b2a
Remove trailing spaces (#19460)
$ git grep ' $' | grep -v ^test/ | cut -d : -f 1 | sort -u > /tmp/trailing
$ for a in `cat /tmp/trailing` ; do sed -i -e 's/ *$//' $a ; done
2021-12-02 17:39:59 +01:00
condret
ecb6b64777 Update esil.md 2021-01-28 01:58:34 +01:00
condret
c5240b1a3d Fix wrong documentation of rep cmpsb esil expression in esil.md 2021-01-25 19:43:37 +01:00
Maijin
4587fa13b5 Change radare->radareorg links 2019-10-07 10:44:21 +02:00
Anton Kochkov
b22d9f3065 Fix grammar across the code 2019-06-18 14:51:30 +08:00
xtrm0
0c43ff1f5b Fix ESIL name (#11745) 2018-10-05 21:10:59 +02:00
condret
c473dd75b2 The == operation should not push any value back on the stack, use $z and NUM for this (#10006) 2018-09-13 12:22:40 +02:00
Evan Carroll
c12418f05f moved to markdown extension (#9522) 2018-02-27 10:54:54 +01:00