Pinned
1,699 contributions in the last year
Less
More
Contribution activity
February 2021
Created 78 commits in 5 repositories
Created a pull request in rizinorg/rizin that received 11 comments
Move capstone, libuv, libzip, lz4, xxhash, yxml, zlib to meson subprojects
DO NOT SQUASH Your checklist for this pull request I've updated the documentation and the rizin book with the relevant information (if needed) T…
+2,663
−34,395
•
11
comments
Opened 34 other pull requests in 4 repositories
rizinorg/rizin
26
merged
3
closed
1
open
- rizin: RZ_IS_PORTABLE should be 0 or 1
- core: retrieve parents details when not available
- core: RzCmd provides default_value to handler when specified
- ci: make sure to run tree-sitter and linter jobs
- Introduce `portable` build option to use relative paths
- test: remove all types before adding a new one
- Small newshell fixes
- core: split cmd_descs.yaml in smaller YAML files
- Improve cmd_descs_generate.py
- commands: rename sH to sh
- Move some `af` subcommands to newshell
- core: API for `aesp` and `afb` and remove `abb`,`aab`, `abr`, `ab.` ##breaking
- Extract APIs for k, aeso, afs
- Extract API for `agg` and `afv`.
- Extract common API to generate different types of graphs/outputs ##breaking
- libzip: use conf_data not zipconf_data in meson.build for HAVE_SHARED
- ci: push Docker tag also for tagged release
- core/cmd_analysis: use API instead of calling rz_core_cmd
- Dockerfile: take rizin source code from context
- ci: Make sure to test src tarball
- Move mpc to subprojects: keep it in-repo because small
- Remove root help printing from ? command
- Dist meson features
- Use gzip when compressing android release archives
- core: =!= accept a argument and check cmdremote when executing commands
- Some pull requests not shown.
rizinorg/sdb
2
merged
mesonbuild/meson
1
merged
rizinorg/book
1
merged
Reviewed 94 pull requests in 5 repositories
rizinorg/rizin 88 pull requests
- Migrating types command to the newshell
- Show function flags if they are overlapped
- Free objects allocated by rz_syscall_get()
- Migrating types command to the newshell
- Fix memory leaks in librz/core/agraph.c
- Convert `dsu` commands to newshell
- Move java from shlr to core
- Update doc/newshell with the information about the splitted command descriptions ##doc
- Fix memory leak detected by clang CI
- Refactor to use API instead of rz_core_cmd in hack.c
- asm.flags.middle: Make flag-in-bb condition more accurate
- Use API for "aav" command
- Refactor types: extract API for `ttc` and `tt` ##refactor
- Refactor to use API instead of rz_core_cmd
- handleMidFlags: Reset ds->midflags on entry
- RzCore ESIL initialization code deduplication
- Update used TinyCC commit
- Refactor to use API instead of rz_core_cmd
- Fix last codeql warnings
- Disable clang analysis CI
- Fix memleak and various null derefs
- Fix uninitialized argument value detected by clang CI
- Check if Core Plugin implements call before calling
- Disable function size by default ##breaking
- Use PJ in debug signal handling
- Some pull request reviews not shown.
rizinorg/sdb 3 pull requests
rizinorg/cutter 1 pull request
rizinorg/website 1 pull request
rizinorg/book 1 pull request
Created an issue in rizinorg/rizin that received 13 comments
Commands that are both groups and have multi-mode cannot be listed
Work environment Expected behavior There should be a way to list the sub-modes of all commands, even the ones that are already the parent of a gro…
13
comments
Opened 10 other issues in 2 repositories
rizinorg/rizin
5
closed
4
open
- RzCmd allows to set `default_value` property to an optional argument but does not pass that value
- core plugins should be registered *after* the basic commands are registered
- Provides keybinding to use cmd.repeat (e.g. CTRL-Enter)
- Make cmd_descs_generate automatically set LAST flag when the arg is last
- Split cmd_descs.yaml in sub-files
- Check if build_mig_index and related scripts still work
- remote handling: explore and understand
- `tar.gz` release assets are not "gzipped", they are just `tar` archives
- Add CI job to install with a regular `meson build` and check tools + libraries