Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion windows/debugger_detection_1/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(self):
{
"Route": None,
"Tags": ["win10", "x64"],
"Request Options": "",
"Request Options": "bp0=ep,depth=all,count=all",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The string 'bp0=ep,depth=all,count=all' is a 'magic string', which can make the code harder to understand and maintain. It's recommended to define this as a named constant at the class level (e.g., FULL_TRACE_REQUEST_OPTIONS). This would improve readability by giving a descriptive name to the options and would make it easier to update in the future.

"Custom Request Params": None,
}
)
Expand Down