aboutsummaryrefslogtreecommitdiffstats
path: root/server/patch_server.py (unfollow)
Commit message (Expand)AuthorFilesLines
38 hoursserver: a flowchart toolblasty1-0/+62
38 hoursserver: tools for how a number is displayedblasty1-9/+770
12 daysarm: find Thumb entry points from a vector table (Shift+T)blasty1-19/+101
13 daysdecomp: say WHY a function won't decompileblasty1-0/+41
13 daysarm: offer 32-bit ARM at load, and fix `p` on carved codeblasty1-1/+60
13 daysarm: switch ARM/Thumb decoding with `t`blasty1-0/+57
13 dayslisting: syntax-highlight assembly from IDA's own token tagsblasty1-0/+125
13 dayslisting: `c` disassembles until something stops itblasty1-0/+74
13 daysprojects phase 3: follow an import into the binary that implements itblasty1-0/+35
14 daysretype: 'y' now retypes globals too, not just prototypes and localsblasty1-0/+29
2026-07-25strings: browse every string in the binary and jump to it (IDA's Shift+F12)blasty1-0/+69
2026-07-24split-view phase 3: rich per-line instruction region highlightblasty1-0/+53
2026-07-24xrefs: show fine-grained kind (call/jump/read/write/offset) in the dialogblasty1-0/+79
2026-07-24deprecate: make the idalib worker the default backend; mark mcp path for removalblasty1-0/+4
2026-07-23fix: follow/double-click a label lands on the label, not the function entryblasty1-0/+19
2026-07-23listing: code labels on their own line; search loaded portion (no wedge)blasty1-0/+8
2026-07-23listing: two-level indent, address on headers, drop 'near', opcode cap+cycleblasty1-1/+1
2026-07-23listing: IDA-style function boundary banners in the unified viewblasty1-1/+38
2026-07-23listing: expand struct-typed globals into member rows (M4 item 3)blasty1-4/+41
2026-07-23app: 'a' — make string literal in the listing (M4 richness)blasty1-0/+35
2026-07-23perf: derive segment map from file_regions, not survey_binary (hex open ~3400x)blasty1-1/+6
2026-07-23perf: read_raw tool — bulk byte reads for the hex view (5–8x)blasty1-0/+39
2026-07-22server: coalesce undefined byte runs in the heads walkerblasty1-6/+41
2026-07-22app: ListingView — virtualized flat code+data listing for regions (M2)blasty1-2/+10
2026-07-22server+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