Giovanni

Results 57 issues of Giovanni

Remove ` ifeq ($(strip $(DPKG_SKIP_TESTS)),) ` from `debian/rules` to test this.

portability

``` 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...

enhancement
chapter
paragraph
examples

to be added: - [ ] `io.unalloc` - [ ] `emu.lazy`

enhancement
examples

Following up on a current r2dec SH4 usecase... here you have a `pdda`: ``` ; assembly | /* r2dec pseudo code output */ | /* sh4.out @ 0x8009c20 */ |...

arch

``` ud2 outsd dx, dword [esi] arpl word [eax], si popal aas ```

enhancement
easy

``` ldursw x8, [var_84h] sturb w10, [x29, -0x88] ldaxr w20, [x8] stlxr w10, w9, [x8] ins v1.d[0], x9 ```

enhancement
easy

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...

core

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...

enhancement

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...

enhancement
core

https://graphics.stanford.edu/~seander/bithacks.html

enhancement