Commit graph

7 commits

Author SHA1 Message Date
Riccardo Schirone
53bf5c497f SPDX Copyright text for all files based on history
- Add LICENSES directory
- Download additional licenses used
- Add .reuse directory
- Add doc about SPDX/reuse

Co-authored-by: Florian Märkl <info@florianmaerkl.de>
2021-03-05 19:39:15 +08:00
Anton Kochkov
a0be4e2e64 Run clang-format 2021-01-21 22:05:44 +08:00
wargio
14e02d53dc Fixed AVR analysis plugin warning due unpopulated mnemonic
No more `WARNING: Analysis plugin avr did not return disassembly`
2021-01-14 09:27:40 +08:00
Giovanni
1c5b008bcd
Fixing clang flow warnings (#321)
* Fixed memleak on rz_diffchar_new
* extended_arg is not used after line 87
* useless assignment
* use imm not opnd->addr.offset.imm
* fixing usage of op and memleaks related to it
* invalid cc usage on rz_debug_arg_get
* null ptr deref and memleak in gdb_to_rz_profile
* Fixed logic on instruction decoding on amd29k
* Fixed undef negative shift and memleak on mips assembler
2021-01-10 19:38:43 +01:00
Florian Märkl
f4181a8c87
Rename more Block API and remove hard-coded x86 logic ##analysis (#176) 2020-12-17 10:52:00 +01:00
Anton Kochkov
ad36954adb
More renames of *anal* to *analysis* (#123) 2020-12-07 13:20:29 +01:00
Anton Kochkov
041d73dce3
Change the "anal" abbreviation to "Analysis" in Code (#117) 2020-12-06 19:25:27 +01:00
Renamed from librz/anal/op.c (Browse further)