Stephen Eckels
Stephen Eckels
**Is your feature request related to a problem? Please describe.** The cipher SOSEMANUK is missing **Describe the solution you'd like** Please consider adding support for these ciphers **Describe alternatives you've...
**Is your feature request related to a problem? Please describe.** The ciphers TEA and XTEA are missing, cyberchef current supports XXTEA as of recently, but note this is distinct from...
The current approach to unit testing the x86 and x64 detours is limited. It involves directly executing manually crafted assembly within the unit testing process. This is error prone and...
Please propose new milestones and features for the project here. I want to create a queue of actionable tickets for myself and contributors to work on. What do you all...
When `-m` load mode is specified, auto-execute main if it's there. The arg parser seems to require a `-f` flag first, which is undesirable as we sometimes like to manual...
--fixdump flag should be added to overwrite each sections raw address with the virtual, and size too. This will 'unexpand' the binary so that IDA can correctly parse PE headers...
Need to add support for argv pointer to pointer arrays. Support wchar_t* too.
Multiple detour hooks on the same function will crash, this may be fixed in a future update
if code is relocated greater than the max displacement size of the operand then relocation will fail, this case is currently not handled. Ex: if relocation is >2GB 32bit instructions...
### Details Some packages (such as PDBReSym - https://github.com/mandiant/VM-Packages/pull/986#issuecomment-2051987881) have `installer.ps1` files that not only install the tool, but run it. This is not ideal, there is a difference between...