Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
638 contributions in the last year
Activity overview
Contribution activity
July 2020
Created a pull request in radareorg/cutter that received 7 comments
Add more graph widgets
Your checklist for this pull request I've read the guidelines for contributing to this repository I made sure to follow the project's coding style
+1,733
−612
•
7
comments
- Test if latest appveyor image update broke shibokken
- Temporary workaround for brew problems in github actions.
- Add symbol exports.
- Adjust r2 paths
- Update version to 1.11.0.
- Draft for release procedure.
- Install the python used for build scripts using pyenv.
- Update translations.
- Remove debug output.
- Update version number to 1.11.0-rc1.
- Don't use @a: for listing cpus.
- Reset last seen memory widget during layout switching.
- Reorganize R2GraphWidget UI.
- Test if brew updated can be removed
- Run apt update to refresh package list.
- IDE setup instructions and comparison
- Use fixed meson version. Latest causing problems for r2.
- Update r2 and fix renamed configuration variables.
- Add links to Telegram and IRC in the issue template
- Xref for variables
- Non-C string handling was a usability nightmare
- Show in action and refactoring
- Change "Run Script" to "Run radare2 script"
- Cutter docs update
- Fix the "all green" navbar
- Improve contribution guidelines
- Action to rename functions in the decompiler context menu
- Right-click updates cursor and opens context menu
- Comment Menu for the Decompiler Context Menu
- WIP: Make root a argv RCmdDesc and adapt to form results ##newshell
- Directly pass multi-lines command to newshell ##newshell
- Add r_cmd_desc_remove API to unregister commands
- Fix O(n) in r_io_map_get() ##io
- Annotations for Constant Variables and Global Variables for the decompiler
- Annotation for function name
Created an issue in radareorg/radare2 that received 7 comments
Breakpoint doesn't work after restart
Work environment
Expected behavior
After restarting debug session breakpoints in the executable are preserved
Actual behavior
pd and db indicates …
7
comments
- Hide useless help button
- RAnnotatedCode based highlighter
- Support multiple translations for the same language.
- Buggy line highlighting during debugging
- It is possible to open multiple setting dialogs
- Consider replacing widgetToFocusOnRaise mechanism with focus proxy
- Overview for the new graph views
- text search in SimpleTextGraphView
- Multi level single function callgraph
- asm.var.subonly renamed
- Update position when right clicking in decompiler widget