Siddharth M
Siddharth M
@adityavardhanpadala I would prefer to see things patched using Intel pin itself. But if that's not possible please - dump the addresses that need to be patched and write a...
@masterugwee All you need to make sure is that you are not trying to patch a library function since we are not sure what all library functions may be using...
Looks good @Freakston! Send the PR and I will review. Attach a gist containing the results with the PR.
What is this? @VivekKamisetty
A couple of things - When you want to share files please share via pastebin/gist. - If an entire file is not needed create a code snippet to show small...
I completed a few
@RasmusWL is there some workaround maybe similar to #7520 ?
That's a really great idea! Thanks @tausbn However there are still some issues. I am trying to run an analysis on the libraries themselves as the targets. I believe that...
Here is a better explanation of what I want to achieve. I am using codeQL to extract information about python libraries as a part of a pipeline. The information I...
Thanks for the response! Oh, I thought the .pyi files would not contain the information about the types if they are already annotated or would it always contain the type...