A normal flask web app to learn win32api with code snippets and references.
Prerequisite
You need to download the following package before starting it
Usage
Live Demo
Here is the Walkthrough:
Prerequisite
You need to download the following package before starting it
pip install flask
pip install pefile
pip install requests
Usage
$ python flaskapp.py
Live Demo
Here is the Walkthrough:
- Upload the exe or dll.
- The function of exe and dll will appear.
- We need to just click any of the function. For example, purpose lets choose LoadLibraryA.
- The code usage of any function can be extracted by clicking on these options.