Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coldzer0/ida-for-delphi
IDA Python Script to Get All function names from Event Constructor (VCL)
https://github.com/coldzer0/ida-for-delphi
delphi ida ida-pro idapython reverse-engineering
Last synced: 3 months ago
JSON representation
IDA Python Script to Get All function names from Event Constructor (VCL)
- Host: GitHub
- URL: https://github.com/coldzer0/ida-for-delphi
- Owner: Coldzer0
- License: mit
- Created: 2017-10-04T12:12:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T08:10:59.000Z (about 2 years ago)
- Last Synced: 2024-10-28T00:00:16.596Z (3 months ago)
- Topics: delphi, ida, ida-pro, idapython, reverse-engineering
- Language: Python
- Homepage:
- Size: 2.88 MB
- Stars: 153
- Watchers: 23
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# IDA-For-Delphi
## IDA Python Script to Get All function names from Event Constructor
# New Update
## Now it supports x64
### + at first IDA didn't recognise it as Delphi file
### + now select the local debugger
### + then load the script file
### + it will load and Stop at EP
### + hit the Greeeen button or [F9] :p
### + now we have all the Functions named and have a BP [on]
## the only issue here is it needs to run the file & the file to be unpacked :confused:
## but if u can get the pattern address on unpacked file on memory it will work fine .
# Peace