r2pm
r2pm copied to clipboard
Radare2 cross platform package manager
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.2 to 0.5.5. Release notes Sourced from github.com/google/go-cmp's releases. v0.5.5 Bug fixes: (#253) Fix reporter verbosity bug Reporter changes: (#254) De-virtualize interfaces for specialized diffing Dependency changes:...
Bumps [github.com/golang/mock](https://github.com/golang/mock) from 1.4.4 to 1.5.0. Release notes Sourced from github.com/golang/mock's releases. v1.5.0 Changelog 0b87a54 Add a period to the end of comments (#414) d2fe5cd Add example for Call.Do and...
Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.3.0 to 2.4.0. Commits 7649d45 Revert v2 line length change as discussed in #670 b893565 Add go1.14 into travis config (#585) bf81f7e Fix Marshal documentation on omitempty...
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.2.0 to 2.3.0. Release notes Sourced from github.com/urfave/cli/v2's releases. Release 2.3.0 These release notes were written for the git hash 09ac54c2f97f4249282baf266c54a09fab1bef58. Fixed Fixed a bug 'Unable to...
**Describe the issue** r2pm doesn't build packages if the cmake's default generator isn't make. **How to reproduce?** Simply setting cmake's default generator to anything else than makefiles. Eg: Having CMAKE_GENERATOR=Ninja...
A simple page built on top of the r2pm database allowing to navigate through the packages, maybe show description and dependencies for every package, along with versions and links. Something...
Allow to set the dependency following something like these rules ``` depends: qwe depends: qwe < 0.4 depends: qwe 1.4.5 depends: qwe >= 1.5.6 depends: 5.5 > qwe
See https://github.com/radareorg/radare2/pull/17178 ## Detailed description When using r2 from non-git (release builds), installing packages can result in build problems. This PR aims to enable r2pm with the ability to pick...
Issues like [r2ghidra-dec/76](https://github.com/radareorg/r2ghidra-dec/issues/76) seem to happen all the time. Because r2pm installs packages from git master, and those packages are usually made to be compatible with the latest radare2 master,...
imagine rasm2 -L was able to extend the listing with r2pm's output when the arch you need is not there. same goes for rabin2 -L and others. Basically this means...