Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/rizinorg/rz-ghidra

Deep ghidra decompiler and sleigh disassembler integration for rizin
https://github.com/rizinorg/rz-ghidra

Use `rz_pvector_foreach_cpp` for `bf->o->sections` (#339)

3fb97d1a9d89a39078f023d54a0f16abbbe71c79 authored about 1 year ago
Use RzList methods instead of direct use of RzListIter members

* use Rzlist methods.
* Fix callables test

3741188321ca453bcfd7b32bd26014943682bc77 authored about 1 year ago
Use flags for generating missing function names (#335)

When there is no rizin function, but a flag and we need to generate some
function name there, w...

10f03596cb1eff3cf5e961cf5355c38f450f33d6 authored about 1 year ago
Update Ghidra (#333)

Notable changes: New ghidra namespace, removed using namespace std from
headers, different hand...

5a23b299286776ba091c9c95d50d6f5ba5c7dfb3 authored about 1 year ago
Add note to set CMAKE_PREFIX_PATH if rizin from git (#331)

454eba15e0a0ac2cac0fd403a8a86e497353bd0a authored over 1 year ago
Fix esil string being directly passed to printf (no "%s") (#327)

85674a4bc02f95c88f5cea683fa1bc4aa0294e5b authored over 1 year ago
Update test for `avga` command

f9036245395fc14b51706aa945506835e1a2a717 authored over 1 year ago
Fix function name for realname enabled and multiple flags

e0e3b0766d8eeddd9de932a47ebfca32ec462c35 authored over 1 year ago
Update tests for latest rizin

9e07face23c0389a335fde6bed15ca4edf332f81 authored over 1 year ago
Remove use of rz_malloc()

09a0c3f863d6471532ecc8c868f95850e97ad1dc authored almost 2 years ago
Remove use of rz_mem_swapendian()

301f5e86fdc4646cf33ec500cc18b758f99a3a3d authored almost 2 years ago
Update Ghidra

30cd6b0c45b3c325e8b9700c9f888c6468131f24 authored almost 2 years ago
Various upgrades in GHA and builds.sr.ht (#315)

4bb1894b8881c1646deb5c630f692748198f84a8 authored almost 2 years ago
Register functions from reloc targets

Rizin shows calls to reloc targets as their function names in
disassembly. We do the same in the...

d371317f27aa9b603213bf49ba4310292337066c authored about 2 years ago
Fallback to RzBinString length if flag size is invalid

0c9ab921afa034cf7186821712d988d06190e07e authored about 2 years ago
Remove plugin.pkgname because not used anymore (#311)

9f8dd1128b77ea1d4b4bb18eb84db3b04cf36e81 authored about 2 years ago
Deregister the 'pdg' command when unloading the rizin plugin

6862d337d8709f775d57f72482eedad7f616ef68 authored about 2 years ago
Set pdg as child of pd instead of the root dir (#309)

39f56408f8e93fd13db20fa42643ba913ce57e32 authored about 2 years ago
Make Travis CI System Z job mandatory (#308)

642d94a2f27f42e7b25a65021e3dfe467e0768f3 authored about 2 years ago
Update for new variable storage in Rizin (#307)

Change in Rizin d9950f74792c1dfb565ac491cc7ef706b80e6044

955bf7f302afc85167eddd76dd7b2dc2a8473f21 authored about 2 years ago
Update for removed rz_analysis_var_all_list() in rizin (#305)

This was removed in rizin 3f077bce4a0a7c6323b31d06c6a3a631a988fa5f.

1d32e58984dcc771646c8f6e061ecaaf47fbe442 authored about 2 years ago
Fix build due removed diff callbacks in rizin (#303)

ea4573c8823b8cd0de69cfcbfd47189d15cd0e4a authored over 2 years ago
Fixe build due removed callbacks in rizin (#302)

2dd3d2bf7b9eab7018991e7b62ab3376c6faa9ff authored over 2 years ago
Remove some unnecessary includes (#300)

7a2a6bcdbc99742f217231016e96f239f08d17f5 authored over 2 years ago
Update for latest rizin (Fix #296)

Changes in rizin a73e8ecd4dbccb26cdd322500b3f47b9a14d39fa
(and 40ca22202b6ed6ea3ee58f049aa6e67b0...

60bced6080dcb1ad1d678a6709d5b5a356ce96d1 authored over 2 years ago
Update rizin version header (#294)

979ab29ecdcb08d83b05eefbe4409669946133cb authored over 2 years ago
Update for RzBinStrDb changes in rizin (Fix #292) (#293)

Broken in rizin 6567e6ba4eb1b83ca8e8cf41c10a825ca51085f5
Fixed with this in rizin f355dcf557fa1...

324407ca152f12f8b4bd40966a4a96be84be19f5 authored over 2 years ago
Fix expected test results

6d70dfb4aef10365e2e7f214427bcbda9c0cc89d authored over 2 years ago
Use RZ_STRING_ENC_* enums instead of RZ_BIN_STRING_ENC_*

Change in Rizin 4dfad73567e069e8c2804ed87935197d60aad1b4
Fixes #290

6338b9a8754d1d04189861790a6ad7f71b09b617 authored over 2 years ago
Fix include <memory> for unique_ptr (#287)

b2f888dd3f1f428e95f50f80104087de6e78c598 authored over 2 years ago
Update pip in windows CI (#288)

eee8fecfbf2106c3fe0ef636e390f4ec709e39dc authored over 2 years ago
Release as .tar.gz instead of .tar.xz (#286)

f5065d62c46581cbfa127cbecda5413fa029d61b authored over 2 years ago
Simplify for updated CutterConfig.cmake (#283)

1cfcbc94fbff8f2d30e87371b95349e08ff0ad92 authored almost 3 years ago
Refine readonly ranges and enable ropropagate by default

Readonly info is now by default taken from the original RzBinMap's
permissions rather than the R...

1f3d5af215f2071463437d4b609e24786054e547 authored almost 3 years ago
Add ghidra.ropropagate option

07c7f1492ff2b169e3803963707fa27cbab1f69e authored almost 3 years ago
Update Ghidra

b4618a685a424b36981ecef545b45de2bb8555d2 authored almost 3 years ago
Remove RzIO dependency from SleighAsm

AsmLoadImage, the LoadImage used for disassembly is now just a simple
RzBuffer containing only t...

23977656cbc0d755d0b3f5e20a7b0f7a2ab311e8 authored almost 3 years ago
Fix SleighInstruction leak in analysis_ghidra

6b08070aff75b90d614266dd5e7b3f615923f74d authored almost 3 years ago
Bypass meson Popen_safe_legacy() error (#276)

4ac3c287ca7a7c0d596193da8e3ae003557a0715 authored almost 3 years ago
Fix expected test results for new rizin

Change of printing in rizin 4f9fe46b349253ee552b596cf87d43c26ca17b01

3b23a457104bbc05e1cea96b8b8b4d5de4d864c5 authored almost 3 years ago
Remove rz-pm from docs

fc2a54bb866165e0079d90d8b97f3b65ad0ee4cf authored almost 3 years ago
Update RZ_GHIDRAPLUGIN_H comment

dec8435b788bbec87643ac925028e583605468df authored almost 3 years ago
Use new Rizin CMake config files (#272)

Added in Rizin 47e1cb8335fca61ce07a14f93d94bda5d23746e1

83ed7f062c6e4afb7fe24e99d7f65cc1683b26c0 authored about 3 years ago
Update RzAnalysisPlugin members

set_reg_profile has been removed in Rizin
79a17ef482204642a7ebea04ae5fd81282c39846

84bc709a7bcaa792a712c63a71ab7278d6f00f45 authored about 3 years ago
Update plugin path

For Rizin 64469f2811fb6782c804fb0a540d160b8450df9e

4d0788862c8caf5e9af1304dfcebd6c0b0520688 authored about 3 years ago
Update RzAnalysisPlugin members

For Rizin 289536cc04fe55d9aaec650696ff84af3c092a45

951f83891aa36e7eabb5c6222c4061600f15286d authored about 3 years ago
Use rz_malloc for annotations (#269)

548ba9f19a185526031b848cc4134d41ddfdf94b authored about 3 years ago
Enable Travis CI PPC64 job since it passes now. (#265)

16069bd962f64bb1d7bce3a7a2899dfda022e804 authored about 3 years ago
Add SDPX and REUSE information

32b82ed1d60755ad74433c706ca1a54ee7389dab authored about 3 years ago
Add SPDX and REUSE linter to CI

0c84e0d253eb7f98ccef82fa36676b6cae90a7e0 authored about 3 years ago
Update Ghidra for Portability Fixes (#263)

ae83481da05bd8a3f3b4ab9b798e67dc1c8474cf authored about 3 years ago
Fix RZ_STRING encoding changes (#261)

ec55fdb8cf5ace3a273a34c03c5b4041044b2536 authored over 3 years ago
Update Ghidra with Heritage Fix and Typedefs (Fix #235) (#260)

61c64391f8161831769499accc78e60f7a85e98c authored over 3 years ago
Add 8051 to arch map (Fix #257) (#259)

724f99d5a1fcb9825a923681f984d8f497e560ae authored over 3 years ago
Fix vsdevenv.ps1 paths after rizin changes (#256)

58c107d931e7abae3eb2007c2c46729b09464241 authored over 3 years ago
Fix a test for updated rizin (#255)

05a586d3d5450ea0bdadbd4e73a9a7a1166a2748 authored over 3 years ago
Update Ghidra for riscv64 type definitions (#254)

114c5ad5f93378ae1426ff3bf823cbb194471e56 authored over 3 years ago
Use ! for rz-asm in test (#253)

27fa3c00b3381e09521d9c8dd4b7f84c9efab230 authored over 3 years ago
Fix RzRegisterType member name (#252)

ce9e4d09ca547d3d7d3c8bfb338e71d3b802f671 authored over 3 years ago
Fix for RZ_STRING_TYPE_WIDE changes (#251)

c7a50a2e7c0a95cd52b167c9ee0fa1805223f08e authored over 3 years ago
Update Ghidra to catch Heritage crashes (temporary for #235) (#249)

241b4bb65f9047e0073b31106a24f4fd6628ea14 authored over 3 years ago
Add Support for Global Variables (Fix #242) (#248)

16ffeccbf6cba8d2922458ae30ef72821070a6b3 authored over 3 years ago
Support Callables and Atomic Types (Fix #49) (#246)

f100c2a7073771b3d986ead31d824573796a005e authored over 3 years ago
Fix Recursive Typedefs (Fix #239) (#245)

1b2525c2928c5b43baf4ede2497a1f65d0304622 authored over 3 years ago
Fix Compiling CLI (#244)

e5d27ef7eb5a9acfb3d63121b705e776853e1ca4 authored over 3 years ago
Update Ghidra

352a66b95ddd481adeac8e484cd139fe22287e72 authored over 3 years ago
Fix struct member offsets for RzType (#243)

f2f1e48031442789fc866f7290b63b18b6493771 authored over 3 years ago
Preliminary update for RzType changes (#238)

c2ffa894e942a56e994ba1e4217b5f8d37e5df22 authored over 3 years ago
Add pkg-config files

40ea3766d1bb283e255e31b9e7c3a61885dd3cb0 authored over 3 years ago
Use extern "C" for exported symbols

c6c8348a84df056eef3611be4347b9c99a6b9449 authored over 3 years ago
Add missing <limits> include (#231)

9bebf29d7c98852fd4649f8dd3d73809ac6d3738 authored over 3 years ago
Fix tests to use `rizin =` instead of `rizin -` (#233)

5feec47c9db7a0876c90bc748f69acb16de6719c authored over 3 years ago
Update for RzTypeCTypeType -> RzType in Rizin 23fbbf889e8da41efca7ccb5e4e30c8a0837c427 (#227)

863801eafb55dc77c57cf6c455a602cb910e4a4b authored almost 4 years ago
Add Windows GHA CI

2ce213e6377113367d7d21c102efb46701bdcb6f authored almost 4 years ago
Fix Windows build

5d34a9addce8f4e993a60ccc3f11e88c5518b827 authored almost 4 years ago
Create Tarball in CI (Fix #219)

529ae2c17c6162dba0bcffb30ef966f333d43365 authored almost 4 years ago
Update for dev/stable Split

38a8b1bac81c65ad6c44d6d17c835fd6dcd4a16c authored almost 4 years ago
Update to new RzType Module (#221)

855825a5e07fbae5a29cbf078673e1612e9b41bd authored almost 4 years ago
Update Ghidra for #204 (#222)

3ef3feb123b14b88ac8063a406305bb0c4c6f248 authored almost 4 years ago
Fix Coverity Scan CI job (#220)

6db473367821b3dbedf0d9d54561a64e1adfe090 authored almost 4 years ago
Add ARMv8, PPC64, SystemZ Travis (#140)

61a059e4034e01c7b29b2cdff2017367fb195687 authored almost 4 years ago
Add noreturn show in function signature (#217)

a356327847bf1461ac68a36a3283b955fd5034f9 authored almost 4 years ago
Update for RzAnalysisPlugin Changes (Fix #215) (#216)

6db22f7ae287e93784842e1e23dc3bef3910c511 authored almost 4 years ago
Update for Rizin Asm Plugin API Changes (Fix #212) (#214)

ad162caa84b154f40d4ffee84f30f87f5f1fa0d3 authored almost 4 years ago
Update Ghidra for #202

7666c96e2120a57b1d81efa7d96ea75a6a9c32ce authored almost 4 years ago
Update Ghidra (#209)

4f737bdcf0cc7ee01036956aeb85a5b4e5cc525f authored almost 4 years ago
Update Default Cutter Install Dir

8bcf84d4ede3a7d864648a037f0a83cc9b9d08ec authored almost 4 years ago
Convert to Newshell (#201)

4b40d415a44d95862025d5840c69b7e684b62d5d authored almost 4 years ago
Make some Tests more Platform-independent (#200)

8cf6ef09bf8d006f8e194c587be479acf42c6c09 authored almost 4 years ago
Fix Early Exit on paramIndex Fail (Fix #198)

190f1f11ae6a411eb6d927b7c749462c389ece42 authored almost 4 years ago
Update Tests to new Command Syntax

1808669f628cd34f115003b4000e72a55fa5e4ae authored almost 4 years ago
Implement RizinLoadImage::getReadonly() (#197)

7d6b17348f592d52665b457acddeceaf120e3e71 authored almost 4 years ago
Restructure Ghidra Sources (#195)

000ba660367105cdeb05ec73e3e2465b1dd518fc authored almost 4 years ago
Update Ghidra (#194)

b92378bbc8b352dacb4ffd440770b15f41cf2bc6 authored almost 4 years ago
Update Cutter Plugin ID

0b0933a39482dc41a3ae5164b819f15148c07a10 authored almost 4 years ago
Support wide Strings (#192)

e79ee2a76073585c84af4fdcbbd54b24d2b3c032 authored about 4 years ago
Add ghidra.maximplref Config Var (#189)

5cb2eb17b460854efb428b989fc4a79bc74f35c5 authored about 4 years ago
Catch more invalid types from Rizin (Fix #187)

7e2d548b3a0a63edf5b329fe2dee61840ecd0349 authored about 4 years ago
Use Types API

8479011f1f01a167fdbaaf102560187adcc62304 authored about 4 years ago
Use pre-generated Parsers by default (Fix #184) (#186)

2a3cbe07a167538f9c30314ea5cb121fe25e16d7 authored about 4 years ago