• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

functions

  1. itsMe

    Phyton Python Functions and Classes

    Description Over 1 hour of course material with practice code Quickly learn learn the basics of Python functions and classes In this course, you will learn how to work with functions, classes and methods. These are the basis of almost any program you might create with Python. Functions and...
  2. itsMe

    Reverse Engineering FindFunc v1.4 - IDA PRO plugin to find code functions

    FindFunc is an IDA PRO plugin to find code functions that contain a certain assembly or byte pattern, reference a certain name or string, or conform to various other constraints. This is not a competitor to tools like Diaphora or BinNavi, but it is ideal to find a known function in a new binary...
  3. itsMe

    Phyton Python Functions Tutorial

    Description This entry-level Python Functions Tutorial training prepares software developers to write functions in Python, special blocks of code that only run at certain times throughout a program. Writing a function in a programming language tends to be one of the first things that software...
  4. itsMe

    Reverse Engineering FindFunc - Advanced Filtering/Finding of Functions in IDA Pro

    FindFunc is an IDA Pro plugin to find code functions that contain a certain assembly or byte pattern, reference a certain name or string, or conform to various other constraints. This is not a competitor to tools like Diaphora or BinNavi, but it is ideal to find a known function in a new binary...
  5. itsMe

    Reverse Engineering FindFunc: IDA PRO plugin to find code functions

    FindFunc is an IDA PRO plugin to find code functions that contain a certain assembly or byte pattern, reference a certain name or string, or conform to various other constraints. This is not a competitor to tools like Diaphora or BinNavi, but it is ideal to find a known function in a new binary...
  6. itsMe

    C# HookLib - A library to hook functions !

    A library to hook functions ! How to use it ? byte[] ret_opcode = { 0xC3 }; //ret asm opcode HookLib.HookLib your_hook; your_hook = new HookLib.HookLib(Process.GetCurrentProcess().Handle, "alibrarynamelikekernel32", "functionnameliketerminateprocess", ret_opcode, 1)...
  7. itsMe

    Phyton Crowntool v1 - Random Tool with many functions coming

    functions     Discord Nitro Generator and inbuild Checker     Discord Token Generator and Checker     Discord Token Disabler Todo     add help info to code     send message to all dms and chats of token     proxy scraper crowntool v1 compiled fix fixed no compiling possible Hidden content
  8. itsMe

    AutoIT GuiUtils - AutoIt3 GUI Utility Functions 2020 - Koda

    GuiUtils: Simply create GUIs from KODA, Input Dialogs from JSON, and handle them like InputBox with one function AutoIt3 GUI Utility Functions This UDF helps to speed up GUI applications developpement. It provides functions for:     Creating GUI directly from KODA .kxf file     Creating...
Back
Top