Add -s/--static flag for fixed crash extraction directory#9
Merged
Conversation
Agent-Logs-Url: https://github.com/yldrefruz/duef/sessions/b05a303e-1dfb-43e7-9220-1968babd16b2 Co-authored-by: yldrefruz <30903352+yldrefruz@users.noreply.github.com>
Agent-Logs-Url: https://github.com/yldrefruz/duef/sessions/b05a303e-1dfb-43e7-9220-1968babd16b2 Co-authored-by: yldrefruz <30903352+yldrefruz@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
yldrefruz
April 16, 2026 11:32
View session
Owner
|
@copilot File names inside the directories are fixed to length 6 (which is the same length as the name "static"). This casues the file names to be lost and incorrect. This should be fixed. |
Agent-Logs-Url: https://github.com/yldrefruz/duef/sessions/345fd239-e5cb-4e22-9f6b-0ae0d2dcda9d Co-authored-by: yldrefruz <30903352+yldrefruz@users.noreply.github.com>
Contributor
Author
Fixed in 8b0de80. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
g_static_modeglobal toduef_args.h/duef_args.c-s/--staticshort and long options induef_args.cprint_usageto document the new flagduef_file_ops.cprocess_crash_files, use a fixed"static"directory name wheng_static_modeis setSTATIC_DIR_NAMEconstant; pass directory override directly throughoutput_results/build_file_output_stringresolve_app_file_pathto usefile->file_name->lengthinstead ofdirectory->lengthfor the file name width specifierREADME.mdto document the new flag