All Projects → MohitDabas → malwinx

MohitDabas / malwinx

Licence: other
Just a normal flask web app to understand win32api with code snippets and references.

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to malwinx

MicroPython-Samples
📚 Provide many interesting MicroPython Code.
Stars: ✭ 51 (-32.89%)
Mutual labels:  code
qBit-plugins
Search plugins for qBittorrent
Stars: ✭ 40 (-47.37%)
Mutual labels:  search-engine
GreasyFork-Scripts
该项目开源代码用于主流浏览器的油猴脚本,包含字体渲染脚本 Font Rendering.user.js, 搜索引擎跳转工具 Google & Baidu Switcher.user.js.
Stars: ✭ 260 (+242.11%)
Mutual labels:  search-engine
OneDayOneAlgo
Learn one algorithm each day, code it, and upload
Stars: ✭ 27 (-64.47%)
Mutual labels:  code
booksearch
A Simple Search Engine to help you find FREE Download Links to your Favourite Books
Stars: ✭ 48 (-36.84%)
Mutual labels:  search-engine
ThreadBoat
Program Uses Thread Execution Hijacking To Inject Native Shell-code Into a Standard Win32 Application
Stars: ✭ 162 (+113.16%)
Mutual labels:  win32api
flare-on-challenges
Write-ups for FireEye's FLARE-On challenges
Stars: ✭ 24 (-68.42%)
Mutual labels:  malware-analysis
Snippet-Share
This is a snippet sharing app that can be used to share snippets of code and more.
Stars: ✭ 41 (-46.05%)
Mutual labels:  code
searchbox-core
searchbox is a lightweight search framework built on redis
Stars: ✭ 22 (-71.05%)
Mutual labels:  search-engine
awesome-course
Create awesome courses that let your audience learn by coding ⌨️
Stars: ✭ 224 (+194.74%)
Mutual labels:  code
CodeEditorView
Code Editor UITextView
Stars: ✭ 20 (-73.68%)
Mutual labels:  code
HacktoberFest21
A beginner friendly repository for HacktoberFest 2021
Stars: ✭ 45 (-40.79%)
Mutual labels:  code
illuminsight
💡👀 Read EPUB books with built-in insights from wikis, definitions, translations, and Google.
Stars: ✭ 55 (-27.63%)
Mutual labels:  search-engine
malhunt
Hunt malware with Volatility
Stars: ✭ 30 (-60.53%)
Mutual labels:  malware-analysis
vuepress-plugin-demo-code
📝 Demo and code plugin for vuepress
Stars: ✭ 119 (+56.58%)
Mutual labels:  code
envato-purchase-code-verifier
🚂 A nifty tool for Envato Authors needing to create purchase code verifier as easy and as fast as possible.
Stars: ✭ 19 (-75%)
Mutual labels:  code
pftriage
Python tool and library to help analyze files during malware triage and analysis.
Stars: ✭ 77 (+1.32%)
Mutual labels:  malware-analysis
hackdisrupt
[private beta] comece a aprender programação com uma experiência nova
Stars: ✭ 14 (-81.58%)
Mutual labels:  code
botanalyse
botsonar analyse open api
Stars: ✭ 19 (-75%)
Mutual labels:  search-engine
xray
Hexrays decompiler plugin that colorizes and filters the decompiler's output based on regular expressions
Stars: ✭ 97 (+27.63%)
Mutual labels:  malware-analysis

Malwinx

A normal flask web app to learn win32api with code snippets and references.

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

https://www.youtube.com/watch?v=_z7snPXRG3M

Contributing

I have started this project to get a quick reference on win32api by integrating different sources. The project is in its evolving stage, so if you face any issue or want to suggest anything feel free to do so.

Here is the Walkthrough:

  1. Upload the exe or dll.

alt text

  1. The function of exe and dll will appear.

alt_text

  1. We need to just click any of the function. For example, purpose lets choose LoadLibraryA.

alt_text

  1. The code usage of any function can be extracted by clicking on these options.

alt_text

alt_text

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].