mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
GP-4290: fix for selectProcess/Thread
GP-4290: fix for hard-coded path GP-4290: simpler fixes post-review GP-4290: partial fixes for slow start & termination logic GP-4290: build logic for tlb GP-4290: running dbgmodel locally GP-4290: atttempting to isolate dbgmodel code GP-4209: filling out unimplemented methods GP-4290: options for dbgeng vs dbgmodel GP-4290: aisle 9 for schema GP-4290: Aggregate for Debug.Breakpoints & Stack.Frames GP-4290: hidden attrs for schema GP-4290: working in both modes GP-4290: unified interface (use_generics) GP-4290: basics working - mem, mods, dis, regs GP-4290: somewhat working - model is populated GP-4290: schema updates GP-4290: fix for names GP-4290: AddRef GP-4290: switch to byref GP-4290: start on dbgmodel interposing logic GP-4290: added GetIntrinsicValue GP-4290: moving along GP-4290: first pass
This commit is contained in:
parent
f5008f9f99
commit
2c69ffb04a
19 changed files with 2385 additions and 44 deletions
|
@ -14,6 +14,8 @@
|
|||
:: Use env instead of args, because "all args except first" is terrible to implement in batch
|
||||
::@env OPT_TARGET_IMG:str="" "Image" "The target binary executable image"
|
||||
::@env OPT_TARGET_ARGS:str="" "Arguments" "Command-line arguments to pass to the target"
|
||||
::@env OPT_USE_DBGMODEL:bool=true "Use dbgmodel" "Load and use dbgmodel.dll if it is available."
|
||||
::@env OPT_DBGMODEL_PATH:str="" "Path to dbgeng" "Path to dbgeng and associated DLLS (if not Windows Kits)."
|
||||
|
||||
@echo off
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue