Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 DbgHelp 枚举函数中的所有变量。我面临的唯一问题SymEnumSymbols是范围有限,因此例如在 if 语句中找不到变量。我知道SymSetContext,但这需要我知道范围存在的地址范围。DbgHelp 是否提供枚举函数中范围的任何方式?或者其他枚举局部变量的方法?
SymEnumSymbols
SymSetContext