Light Mode
IDA
About Me
:::highlight purple 📌
- Welcome to the wiki where you will find each api trick/technique/whatever I have learnt from CTFs, real life apps, reading researches, and news.
::: ![](https://api.apidog.com/api/v1/projects/584670/resources/342552/image-preview)I'm a 21 Y/o Junior CS Student From The Kingdom Of Bahrain 🇧🇭 . I Love Developing Malware's, I Also Love To Analys The Malware & Develop Cool Tools. ```nim Profile.nim
┌──(root@IDA)-[~/]
└─$ cat IDA.nim
proc initIDA(): IDA =
result.Github = "https://github.com/LeetIDA"
result.Discord = "ictt"
result.Instagram = "https://instagram.com/lonley.ida"
let myIDA = initIDA()
┌──(root@IDA)-[~/]
└─$
</Accordion>
## LICENSE
Copyright © All rights reserved unless otherwise specified.
#### License Summary:
* Attribution: You are free to:
* Share — copy and redistribute the material in any medium or format.
* Adapt — remix, transform, and build upon the material.
#### Additional Terms:
* Third-Party Content: Some parts of this blog/book may include content from other sources, such as excerpts from other blogs or publications. The use of such content is done under the principles of fair use or with explicit permission from the respective copyright holders. Please refer to the original sources for specific licensing information regarding third-party content.
* Authorship: The original content authored by IDA is subject to the terms of this license. You are encouraged to attribute this work to the author when sharing or adapting it.
#### Exemptions:
* Commercial Use: For inquiries regarding commercial use of this content, please contact me.
This license does not grant any trademark or branding rights in relation to the content. All trademarks and branding featured in this blog/book are the property of their respective owners.
**By accessing or using IDA API DOCS, you agree to abide by the terms of this license. If you do not agree with these terms, please, do not access this website.**
## **Disclaimer**
:::danger
This book is intended for educational and informational purposes only. The content within this book is provided on an 'as is' basis, and the authors and publishers make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability, or availability of the information, products, services, or related graphics contained within this book. Any reliance you place on such information is therefore strictly at your own risk.
The authors and publishers shall in no event be liable for any loss or damage, including without limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits arising out of, or in connection with, the use of this book.
Furthermore, the techniques and tips described in this book are provided for educational and informational purposes only, and should not be used for any illegal or malicious activities. The authors and publishers do not condone or support any illegal or unethical activities, and any use of the information contained within this book is at the user's own risk and discretion.
The user is solely responsible for any actions taken based on the information contained within this book, and should always seek professional advice and assistance when attempting to implement any of the techniques or tips described herein.
By using this book, the user agrees to release the authors and publishers from any and all liability and responsibility for any damages, losses, or harm that may result from the use of this book or any of the information contained within it.
:::
Last modified: 5 months ago