aboutsummaryrefslogtreecommitdiffstats
path: root/server/patch_server.py (unfollow)
Commit message (Expand)AuthorFilesLines
4 daysretype: 'y' now retypes globals too, not just prototypes and localsblasty1-0/+29
5 daysstrings: browse every string in the binary and jump to it (IDA's Shift+F12)blasty1-0/+69
5 dayssplit-view phase 3: rich per-line instruction region highlightblasty1-0/+53
5 daysxrefs: show fine-grained kind (call/jump/read/write/offset) in the dialogblasty1-0/+79
5 daysdeprecate: make the idalib worker the default backend; mark mcp path for removalblasty1-0/+4
6 daysfix: follow/double-click a label lands on the label, not the function entryblasty1-0/+19
6 dayslisting: code labels on their own line; search loaded portion (no wedge)blasty1-0/+8
6 dayslisting: two-level indent, address on headers, drop 'near', opcode cap+cycleblasty1-1/+1
6 dayslisting: IDA-style function boundary banners in the unified viewblasty1-1/+38
6 dayslisting: expand struct-typed globals into member rows (M4 item 3)blasty1-4/+41
6 daysapp: 'a' — make string literal in the listing (M4 richness)blasty1-0/+35
7 daysperf: derive segment map from file_regions, not survey_binary (hex open ~3400x)blasty1-1/+6
7 daysperf: read_raw tool — bulk byte reads for the hex view (5–8x)blasty1-0/+39
7 daysserver: coalesce undefined byte runs in the heads walkerblasty1-6/+41
7 daysapp: ListingView — virtualized flat code+data listing for regions (M2)blasty1-2/+10
7 daysserver+domain: heads walker + ListingModel — flat code/data listing (M1)blasty1-0/+98
2026-07-10hex view: file offsets + 'g' goto (dedicated input)blasty1-0/+24
2026-07-10retype: set variable/function types with 'y' (IDA-style), via structured toolsblasty1-19/+142
2026-07-10server: inject a del_type tool into ida-pro-mcp (enables struct delete)blasty1-0/+73