1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-16 15:24:10 +02:00

Added !raw immediate window command for string dumps

This commit is contained in:
Brian Fiete 2021-02-08 09:56:24 -08:00
parent 66adc12f73
commit 0f014cbec8
6 changed files with 61 additions and 6 deletions

View file

@ -120,6 +120,7 @@ enum DwEvalExpressionFlags : int16
DwEvalExpressionFlag_MemoryWatch = 0x80,
DwEvalExpressionFlag_Symbol = 0x100,
DwEvalExpressionFlag_StepIntoCalls = 0x200,
DwEvalExpressionFlag_RawStr = 0x400
};
struct DwDisplayInfo