Ali Rizvi-Santiago
Ali Rizvi-Santiago
Here's that raw data for your elf pattern that I promised. First of all, some apologies for not making this into a proper PR as since I don't actually use...
This tool is soo super fucking awesome. Thanks so much for sharing it. Anyways, I had 4 wishes..but half of them I can't exactly implement myself. Here they are in...
I did a quick search through the `zk*.go` source to see whether zetcd's schema will tamper with an already existing etcd schema. Afaict, it looks like zetcd writes the ZooKeeper...
Thanks for creating this project. Super awesome for CoreOS folks to maintain a project such as this. This is a pretty basic feature request for zetcd. Is there any chance...
The pythonic types component could be reworked a bit to clean up the atoms (or types) that are used. Instead of using `type` for a reference, or `chr` for a...
This PR wraps the IDAPython netnode API (supvals, and blobs) in order to allow the storage of arbitrarily-named and arbitrarily-sized files in a database. This is done using two types...
When `function.convention()` is called on functions with a specific prototype, the following exception is raised: ``` Traceback (most recent call last): File "", line 1, in File "C:\Users\user\AppData\Roaming\Hex-Rays\IDA Pro\base\_utils.py", line...
There's a lot of type information stashed away in the "ida_typeinf" module specifically for dealing with C and C++ types. Some of this is already exposed via the `member_t.typeinfo` member...
Most list-like things in ida-minsc expose a matcher class along with a number of keywords that can be used to filter their contents. `database.marks` is another one of those namespaces...
At the moment, the plugin is only compatible with Python2 due to a variety of reasons. Fortunately IDA supports both Py2 and Py3 plugins (albeit not at the same time)....