Skip to content

Enhance core_anal_bytes function to include R_ARCH_OP_MASK_VAL in ana…#25468

Open
0verflowme wants to merge 2 commits intoradareorg:masterfrom
0verflowme:master
Open

Enhance core_anal_bytes function to include R_ARCH_OP_MASK_VAL in ana…#25468
0verflowme wants to merge 2 commits intoradareorg:masterfrom
0verflowme:master

Conversation

@0verflowme
Copy link
Member

…lysis operation flags for improved operation handling.

  • Mark this if you consider it ready to merge
  • I've added tests (optional)
  • I wrote some lines in the book (optional)

Description

…lysis operation flags for improved operation handling.
Keep aoj value-mask path with R_ARCH_OP_MASK_VAL and extend pdj JSON emission to include optional srcs/dsts in aoj-compatible shape. No new commands; additive, backward-compatible output.
free (s);
pj_ks (pj, "type", r_anal_value_type_tostring (val));
if (val->access) {
pj_ks (pj, "access", (val->access & R_PERM_W)? "rw": "ro");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uhm i think that should be RWX not "rw" or "ro"

@trufae
Copy link
Collaborator

trufae commented Feb 27, 2026

ping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants