| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-04 | WARP: Add README | Mason Reed | |
| Should help with people wanting to build sigem | |||
| 2024-11-04 | WARP: Move workflows from `analysis.plugins.warp` to `analysis.warp` | Mason Reed | |
| Fixes the weird coalesced setting entry | |||
| 2024-11-04 | WARP: Support compressed by default signature data files | Mason Reed | |
| 2024-11-04 | WARP: Refactor sigem | Mason Reed | |
| Support traversing directories and loading sbin files | |||
| 2024-11-04 | WARP: Misc formatting and remove useless apply command | Mason Reed | |
| 2024-11-04 | WARP: Fix analysis updates not being correctly marked | Mason Reed | |
| We are running at the end of analysis now so we must invoke reanalysis | |||
| 2024-11-04 | WARP: Increase trivial LLIL threshold to 20 bytes | Mason Reed | |
| 2024-11-04 | WARP: Further constraints on blacklisted instructions | Mason Reed | |
| Should allow for non-implicitly extended registers to set to themselves and not be blacklisted | |||
| 2024-11-03 | MSVC RTTI: Remove background task | Mason Reed | |
| 2024-11-03 | MSVC RTTI: Use GetOriginalImageBase instead of GetStart | Mason Reed | |
| 2024-11-03 | WARP: Cleanup find from function guid command | Mason Reed | |
| 2024-10-30 | Revert "Fix MSVC RTTI analysis not storing metadata" | Mason Reed | |
| This reverts commit 11a535f2227ded4af1b4ac9b9db9e0323220fc4f. | |||
| 2024-10-30 | Fix MSVC RTTI analysis not storing metadata | Mason Reed | |
| 2024-10-30 | WARP: Make build script less scuffed | Mason Reed | |
| 2024-10-30 | WARP: Update benches | Mason Reed | |
| 2024-10-30 | WARP: Fix unresolved constraints in sigem | Mason Reed | |
| 2024-10-30 | WARP: Only run matcher workflow once | Mason Reed | |
| This fixes the matcher constantly being invoked. | |||
| 2024-10-30 | WARP: Add more debug commands and manually invoke the matcher | Mason Reed | |
| 2024-10-30 | WARP: Fix loading incorrect core signature directory | Mason Reed | |
| 2024-10-30 | WARP: Fix call site constraint offsets | Mason Reed | |
| 2024-10-30 | WARP: Fix non relocatable constant pointers being masked | Mason Reed | |
| 2024-10-30 | WARP: Fix unhandled symbol conversion | Mason Reed | |
| 2024-10-28 | Fix WARP symbol conversion using the wrong modifiers | Mason Reed | |
| 2024-10-28 | Blacklist useless instructions used for hot patching in WARP | Mason Reed | |
| Allows matching for windows (useless set reg) and linux (nop) hot patching | |||
| 2024-10-28 | Refactor WARP to use a module workflow for matching | Mason Reed | |
| Also flush caches on view destruction and improve performance | |||
| 2024-10-26 | MSVC RTTI: misc formatting | Mason Reed | |
| 2024-10-26 | MSVC RTTI: Inherit virtual function tables | Mason Reed | |
| Makes xrefs and base VFT type syncing possible at the expense of correct typing (assuming you have the this param typed for the base class) | |||
| 2024-10-25 | Fix crash when opening new file | Mason Reed | |
| Thanks glenn | |||
| 2024-10-25 | Use module workflows in MSVC RTTI | Mason Reed | |
| MSVC RTTI information will be applied on open to all windows platforms now | |||
| 2024-10-25 | Prevent building test artifacts on cmake builds | Mason Reed | |
| For some reason the linker is looking in the target directory of external rust plugins? | |||
| 2024-10-24 | WARP: Remove misc matcher debug info | Mason Reed | |
| 2024-10-24 | WARP: Handle no default architecture gracefully when loading types | Mason Reed | |
| 2024-10-24 | Make WARP function guid generation infallible | Mason Reed | |
| 2024-10-24 | Add WARP integration | Mason Reed | |
| https://github.com/Vector35/warp/ | |||
| 2024-10-24 | Add virtual function table sweep to MSVC RTTI | Mason Reed | |
| This will sweep for vfts without relying on the pointer sweep | |||
| 2024-10-24 | Add MSVC RTTI plugin | Mason Reed | |
| Adds two commands that must be run manually "MSVC\\Find RTTI" and "MSVC\\Find VFTs" both of which will apply their respective data to the view AND store metadata for scripts to use under the "msvc" key. | |||
