ddash-ct
ddash-ct
While attempting to review and leverage the `TypeRefHash`, we came across a few issues we would like to bring up and hopefully resolve through discussion/implementation: - Could you explicitly state...
## Description Request to please issue a release of xdis, particularly since the latest in master can be installed on systems using Python 3.11 and 3.12 ## Priority Believe this...
The `movsq` instruction is currently unsupported by the built-in [movs](https://github.com/Defense-Cyber-Crime-Center/kordesii/blob/master/kordesii/utils/function_tracing/x86_64/opcodes.py#L1172) x86/64 opcode. Request the addition of support for this instruction.
For IDA, there is a `-T` command line option (https://hex-rays.com/products/ida/support/idadoc/417.shtml) which enables setting the specific file type. This can assist with shellcode analysis, such as situations when the file type...
When a tag is added for a `metadata.Network` element, for example "c2", that metadata tag is currently not being applied to sub-elements, such as the `metadata.URL2` or `metadata.Socket2`. Requesting that...
At https://github.com/dod-cyber-crime-center/DC3-MWCP/blob/master/mwcp/file_object.py#L418, there is an attempt to sanitize a filename if one is available or otherwise use the MD5 hash in order to temporarily write the file to disk. However,...