<img width="1464" alt="Screenshot 2024-07-20 at 12 52 56 PM" src="https://github.com/user-attachments/assets/b086d64d-d2c4-4a85-abc5-7d537edc30b1"> In the screenshot, we see that `rsp` becomes a variable due to the `__chkstk` call: [BEDaisy.sys.zip](https://github.com/user-attachments/files/16318889/BEDaisy.sys.zip) If we patch and remove the code the stack variables are correctly analyzed: <img width="1464" alt="Screenshot 2024-07-20 at 12 54 22 PM" src="https://github.com/user-attachments/assets/a4081356-b9d5-4423-be4e-7c734e6a65ff">
In the screenshot, we see that
rspbecomes a variable due to the__chkstkcall:BEDaisy.sys.zip
If we patch and remove the code the stack variables are correctly analyzed: