Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rceninja/re-scripts
https://github.com/rceninja/re-scripts
Last synced: 6 minutes ago
JSON representation
- Host: GitHub
- URL: https://github.com/rceninja/re-scripts
- Owner: RceNinja
- Created: 2019-09-24T19:58:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T08:35:23.000Z (over 3 years ago)
- Last Synced: 2024-08-03T10:01:32.086Z (3 months ago)
- Language: Python
- Size: 248 KB
- Stars: 33
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Re-Scripts
[IA32-VMX-Helper](#IA32-VMX-Helper) (IDA-Script)[IA32-MSR-Decoder](#IA32-MSR-Decoder) (IDA-Script)
---
# IA32 VMX Helper
It's an IDA script (Updated IA32 MSR Decoder) which helps you to find and decode all MSR/VMCS codes inside binary files, for using it just open the script in IDA (`Alt + F7`)### Features
- Add lots off MSR/VMCS Symbolic constant to IDA
- Find and Decode IA32 MSR/VMCS values
- Highlighting MSR/VMCS values and related instructions, such as `rdmsr` or `vmread` by propper comment and Symbolic constants
- Just search and explore all founded values![df](images/ia32_vmx_helper_main.png)
![df](images/ia32_vmx_helper_ex1.png)# IA32 MSR Decoder
It's an IDA script which helps you to find and decode all MSR codes inside binary files, for using it just open the script in IDA (`Alt + F7`)
![df](images/ia32_msr_decoder.png)