Giovanni
Giovanni
Remove ` ifeq ($(strip $(DPKG_SKIP_TESTS)),) ` from `debian/rules` to test this.
``` c1: compare 8bits from 2 offsets vbg: visual browse refgraph vbz: visual zignatures aao: analyze objc references aaF: analyze functions in flag boundaries aflm: list function names and their...
Following up on a current r2dec SH4 usecase... here you have a `pdda`: ``` ; assembly | /* r2dec pseudo code output */ | /* sh4.out @ 0x8009c20 */ |...
``` ud2 outsd dx, dword [esi] arpl word [eax], si popal aas ```
``` ldursw x8, [var_84h] sturb w10, [x29, -0x88] ldaxr w20, [x8] stlxr w10, w9, [x8] ins v1.d[0], x9 ```
Since WASM is particular, it would be better if we remove it from r2dec and make it as a standalone plugin. WASM is like ESIL, a stack based language which...
maybe it is a good idea to have sessions and avoid to reload the data for each `pdd` call on the same function. this can be good if we want...
for loops are easy to detect: ```c do { ops ops ops [...] // can be here an if or a label, if there's one // then there could be...