Skip to content

Commit

Permalink
Save and restore annotations ##projects
Browse files Browse the repository at this point in the history
  • Loading branch information
radare authored and trufae committed Aug 30, 2024
1 parent 9c2b8e3 commit 6d2b803
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libr/core/project.c
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,8 @@ R_API bool r_core_project_save_script(RCore *core, const char *file, int opts) {
flush (sb);
r_core_cmd (core, "fV*", 0);
flush (sb);
r_core_cmd (core, "ano*@@@F", 0);
flush (sb);
}
if (opts & R_CORE_PRJ_XREFS) {
r_core_cmd (core, "ax*", 0);
Expand Down

0 comments on commit 6d2b803

Please sign in to comment.