Commit graph

5 commits

Author SHA1 Message Date
Giovanni
b5fee3471c
Move RzAnalysis as private and force usage of C API (#6123)
* Hide RzAnalysis structure to force the usage of the C APIs.

* Fix rop code & test

* Fix linter

* Fix rz_analysis_free to return void
2026-04-06 16:07:53 +00:00
Ahmed Kamal
93d914bd81
Remove Global/Static variables in path.c to make it thread safe (#5148) 2025-06-13 21:34:33 +08:00
billow
d5d29fcb37
Load symbols in modules from PDB (#4025)
* PDB: add module info parsing
* Refactor PDB component
* Refactor PDB/tpi
* Fix read_pascal_string
* Fix memory leaks
* Add test `Modules from PDB`
2023-12-10 14:14:14 +08:00
billow
bfe19a784b
Create global variables from PDB (#4021) 2023-12-06 13:57:41 +08:00
Riccardo Schirone
7f19c8f867 Split unit and integration tests 2022-03-23 10:34:53 +01:00
Renamed from test/unit/test_pdb.c (Browse further)