rizin/librz/parse/p
wargio fbad0b4859 Remove agd and add rz_analysis_similarity/match + refactoring
- Introduce the following new methods:
  * `rz_analysis_similarity_basic_block()`
  * `rz_analysis_similarity_function()`
  * `rz_analysis_similarity_basic_block_2()`
  * `rz_analysis_similarity_function_2()`
  * `rz_analysis_match_basic_blocks()`
  * `rz_analysis_match_functions()`
  * `rz_analysis_match_basic_blocks_2()`
  * `rz_analysis_match_functions_2()`
- Remove `RzAnalysisDiff` and its usages
- Remove `librz/analysis/diff.c` entirely to and adds `librz/analysis/similarity.c`
- Remove a lot of unused structures and simplified the code by a lot
- Fix typo in levenshtein
- Remove `librz/core/gdiff.c` and `gdiff` functions since they were unused or only used in rz-diff
- Remove `difftype` (or "color") from `RzANode` which lead to dead code
- Decrease serialized data in projects.
- Add `RzAnalysisVarKind` and `RzAnalysisVarType` and replaces all the hardcoded values
- Remove command `agd`
- Remove all `rz_core_gdiff` usages from `rz_core.h`
- Refactor `rz_analysis_var_list` and `rz_analysis_var_count` due unused argument (`RzAnalysis` was not used)
- Add new method `rz_analysis_var_count_total` to simplify some usages
- Remove `rz_core_graph_diff`
- Add `typedef RzAnalysisFcnType` on `enum``used for function types
- Remove unused `RZ_ANALYSIS_FCN_VARKIND_LOCAL`
- Remove from `RzAnalysisFunction` the following variables:
  * `fingerprint`
  * `fingerprint_size`
  * `diff`
  * `diff_ops`
  * `diff_thbb`
  * `diff_thfcn`
- Remove from `RzAnalysisBlock` the following variables:
  * `fingerprint`
  * `diff`
- Remove `RZ_ANALYSIS_THRESHOLDBB` and `RZ_ANALYSIS_THRESHOLDFCN`
- Remove the following callbacks from `RzAnalysisPlugin`
  * `RzAnalysisDiffBBCallback`
  * `RzAnalysisDiffFcnCallback`
  * `RzAnalysisDiffEvalCallback`
- Fix fancy table columns/rows when a color string is in a cell
- Bumped project version to 9
2022-10-04 20:02:35 +02:00
..
parse_6502_pseudo.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
parse_arm_pseudo.c Remove agd and add rz_analysis_similarity/match + refactoring 2022-10-04 20:02:35 +02:00
parse_att2intel.c Pseudo refactoring (#1308) 2021-07-22 11:55:05 +02:00
parse_avr_pseudo.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
parse_chip8_pseudo.c Pseudo refactoring (#1308) 2021-07-22 11:55:05 +02:00
parse_common.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
parse_dalvik_pseudo.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
parse_m68k_pseudo.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
parse_mips_pseudo.c Remove agd and add rz_analysis_similarity/match + refactoring 2022-10-04 20:02:35 +02:00
parse_ppc_pseudo.c Format according to clang-format-13 2021-11-25 15:44:28 +08:00
parse_riscv_pseudo.c Fix Coverity issues on parse/parse_*.c (#1460) 2021-08-16 15:39:59 +00:00
parse_sh_pseudo.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
parse_tms320_pseudo.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
parse_v850_pseudo.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
parse_wasm_pseudo.c Parse: Change rz_parse_subvar API to accept a RzAnalysisOp 2022-06-06 00:02:09 +08:00
parse_x86_pseudo.c Remove agd and add rz_analysis_similarity/match + refactoring 2022-10-04 20:02:35 +02:00
parse_z80_pseudo.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00