Skip to content

IDA Taskr is a pure Python library for IDA Pro related parallel computing. It lets you use the power of Qt (built-in to IDA!) and Python's powerful multiprocessing and asyncio systems to quickly process computationally intensive tasks without freezing IDA Pro. Oh, and it's super fast too.

License

Notifications You must be signed in to change notification settings

mahmoudimus/ida-taskr

Repository files navigation

ida-taskr

CI Status

Overview

IDA Taskr is a pure Python library for IDA Pro related parallel computing. It lets you use the power of Qt (built-in to IDA!) and Python's powerful multiprocessing and asyncio systems to quickly process computationally intensive tasks without freezing IDA Pro. Oh, and it's super fast too.

Testing 🧪

ida-taskr is thoroughly tested to ensure reliability.

python3 -m unittest discover -s tests/

You'll see detailed output confirming the functionality of each component. ✅

Contributing 🤝

We welcome contributions to ida-taskr! Whether it's bug fixes, new features, or documentation improvements, your help is appreciated. Here's how to contribute:

  1. Fork the Repository and clone it locally. 🍴
  2. Make Your Changes in a new branch. 🌿
  3. Run Tests to ensure everything works (python3 -m unittest discover -s tests/). 🧪
  4. Submit a Pull Request with a clear description of your changes. 📬

Please follow the coding style and include tests for new functionality. Let's make ida-taskr even better together! 💪

License 📜

This project is licensed under the MIT License - see the LICENSE file for details. 📄

Contact 📧

Have questions, suggestions, or need support? Open an issue on GitHub or reach out to mahmoudimus. I'm happy to help! 😊

About

IDA Taskr is a pure Python library for IDA Pro related parallel computing. It lets you use the power of Qt (built-in to IDA!) and Python's powerful multiprocessing and asyncio systems to quickly process computationally intensive tasks without freezing IDA Pro. Oh, and it's super fast too.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published