Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fireundubh/ida7-functionstringassociate
FunctionStringAssociate plugin by sirmabus, ported to IDA 7
https://github.com/fireundubh/ida7-functionstringassociate
ida ida-plugin ida-pro reverse-engineering
Last synced: 3 months ago
JSON representation
FunctionStringAssociate plugin by sirmabus, ported to IDA 7
- Host: GitHub
- URL: https://github.com/fireundubh/ida7-functionstringassociate
- Owner: fireundubh
- Created: 2018-02-27T06:12:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-20T20:37:14.000Z (over 4 years ago)
- Last Synced: 2024-02-11T16:03:58.945Z (9 months ago)
- Topics: ida, ida-plugin, ida-pro, reverse-engineering
- Language: C++
- Size: 147 KB
- Stars: 21
- Watchers: 4
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IDA7 FunctionStringAssociate
Original plugin developed by sirmabus, ported to IDA 7.0
# Compiling Notes
The following system environment variables should be set before running Visual Studio:
1. `$(IDADIR)` - path to IDA 7.0 where ida64.exe can be found
2. `$(IDASUPPORT)` - path to [IDA7-SupportLib](https://github.com/ecx86/IDA7-SupportLib)
3. `$(IDAWAITBOX)` - path to [IDA7-WaitBoxEx](https://github.com/dude719/IDA_WaitBoxEx-7.0)The IDA 7.0 SDK should also be located at `$(IDADIR)\idasdk`.
# Credits
- **sirmabus** for creating everything
- **ecx86** for porting SupportLib
- **dude719** for porting WaitBoxEx