CebbyS

Results 10 comments of CebbyS

The same issue has been identified to happen with Zombie models too: ![image](https://user-images.githubusercontent.com/56877579/187921612-8bc1a075-2d5b-426f-af9f-a1bd03dd1ce8.png) Armored legs overlap each other. I think that this issue might be due to mirrored cubes. Because...

> The same issue has been identified to happen with Zombie models too: ![image](https://user-images.githubusercontent.com/56877579/187921612-8bc1a075-2d5b-426f-af9f-a1bd03dd1ce8.png) > > Armored legs overlap each other. I think that this issue might be due to...

Hi, @terrycain! I can't give you the profile information because it's classified (organization profile). And about the policies, yes - 90 minutes The strange thing is that with boto3 we...

Hi, @terrycain! For the example script, I wrote as little code as possible. In the real scenario, the script processes the returned object information with with `asycio.gather` like: ```py async...

Hi, @ghidra1! Sorry, just now noticed the message. I will update the description for step by step to reproduce the issue I am having

So I chaned the description and added the steps: **Steps to reproduce** * Enable custom storage for function using XMM registers as parameters * Add the missing parameter to the...

### So what I did here: * Started with parameter with storage of XMM4_Qa register * Changed the parameter to use XMM1_Qa register * Renamed variable to use different name...

Thank you very much for all the guidance. Hopefully the screenshots I will provide here, will have all the information necessary. * Before Function Edit: ![Image](https://github.com/user-attachments/assets/8ea8e4e9-2724-46ff-852b-53593a1230c8) * After Custom Storage...

Here is the byte string of the function: [register-timer.txt](https://github.com/user-attachments/files/18726365/register-timer.txt) And I assume yes, it was the initial state, when the parameter occupied the same storage. As when the function originally...

Thank you, @ghidra1 for all the support. And yes, If I manage to find something interesting, I will update the issue. As of now, I have recreated the project with...