rizinorg / cutter

Free and Open Source Reverse Engineering Platform powered by rizin
https://cutter.re
GNU General Public License v3.0
15.92k stars 1.15k forks source link

Added option to add new flags from hexdump #2932 #3297

Open Rohan-Sagar opened 9 months ago

Rohan-Sagar commented 9 months ago

Your checklist for this pull request

Detailed description

Test plan (required)

Functionality Test:

Keyboard Shortcut Synchronization Test:

Cross-Widget Synchronization Test:

Screenshot 2024-02-15 at 7 02 39 PM Screenshot 2024-02-15 at 7 03 07 PM Screenshot 2024-02-15 at 7 03 26 PM Screenshot 2024-02-15 at 7 03 40 PM Screenshot 2024-02-15 at 7 03 53 PM Screenshot 2024-02-15 at 7 04 11 PM

Closing issues

karliss commented 9 months ago

So is this ready for review or is it still WIP (work in progress)? Note if the PR is still work in progress, but you just wanted to give a heads up early, and there are things you want to change before review, you can use the Github draft feature.

Rohan-Sagar commented 9 months ago

So is this ready for review or is it still WIP (work in progress)? Note if the PR is still work in progress, but you just wanted to give a heads up early, and there are things you want to change before review, you can use the Github draft feature.

Thank you for the notice. I've marked the pull request as a draft to indicate that it's ready for review, but there may still be some changes. Once all adjustments are made, I'll mark it as ready for review again.

karliss commented 7 months ago

@Rohan-Sagar Are you planning to finish cleaning up this PR ?

Rohan-Sagar commented 6 months ago

@karliss I’m getting this issue in the continuous-integration check:

Dependency libzstd skipped: feature use_sys_libzstd disabled Downloading zstd source from https://github.com/facebook/zstd/releases/download/v1.5.5/zstd-1.5.5.tar.gz <urlopen error [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond> A fallback URL could be specified using source_fallback_url key in the wrap file ........\rizin\meson.build:621:2: ERROR: could not get https://github.com/facebook/zstd/releases/download/v1.5.5/zstd-1.5.5.tar.gz is the internet available?

Any idea what could be going wrong?