angr/angr

need implement for FlsAlloc with callback argument

Open

#5,027 建立於 2024年11月5日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Python (1,031 fork)batch import
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

貢獻者指南