-
It will help to get:
- Various diassembler engines
- Various debugger engines (GDB, WinDBG, etc)
- Various file formats (including exotic ones)
- Scripting in the various languages
- Various helper to…
-
In mode `e asm.esil=true`.
![asm_esil](https://cloud.githubusercontent.com/assets/203261/12231376/047c6b48-b868-11e5-9799-f0beb0047b1a.png)
-
I hereby refer to double precision and single precision numbers as "floats", and all other integers as "u64". These are the two main classes of types that we need to worry about imho.
I can see two …
-
We already have this implemented in 'dsue', but this command only accepts one expression (which can be complex and contain more than one condition), but it would be better if we could register them as…
-
Everytime the esil.mdev callback is executed we get the address of memory that is accessed and if the operation is READ or WRITE. but mdev need another 3rd parameter that specifies the value that is w…
-
### Work environment
| Questions | Answers
|------------------------------------------------------|--------------------
| OS/arch/bits (mandatory) …
-
Currently Xtensa support is pretty basic and is based on the binutils code.
- [ ] Implement Xtensa in Capstone: https://github.com/capstone-engine/capstone/issues/2015
- [ ] Port Xtensa plugin to …
-
If you want read-only mem, create new ro-maps or mark existing ones as ro
-
- [ ] Separate `R_API r_anal_esil_*` into `libr/include/r_esil.h`
- [ ] Consider to isolate the ESIL handling into the separate library, like siol was
- [ ] Provide the better API to distinct betwee…
-
```
How will the undef (implementation defined) flags represented in esil.
For example, in X86 instruction, andn, the pf flag is undefined.
In the corresponding esil, should we expect the flag to…