enhancementhelp wanted
倉庫指標
- Star
- (6,947 star)
- PR 合併指標
- (平均合併 23小時 17分鐘) (30 天內合併 98 個 PR)
描述
Description
It is observed that in angr.procedures.win32.local_storage, if the parameter callback function of FlsAlloc is not NULL, angr will directly throw an exception. When using vcrt, the program will use FlsAlloc for initialization. When using angr simulation, the program will crash during initialization, which is a very bad experience. Therefore, it is requested to support FlsAlloc with non-empty parameters.
Alternatives
Further implementation of FlsAlloc
Additional context
No response