1
I Use This!
Activity Not Available

Project Summary

Function Binding System - Automatic Function Exporting

Overview:

Fubi is a function binding system written in C++ using Boost libraries. It can be used to be a part of a Scripting engine where it binds with any DLL at runtime to call any exported function.

Once binded it creates a Global Function Table (GFT).
GFT: is a table of all the functions exported by the dll for application usage. Part of it is the function address that will be used for resolving function id (FID) to function address (rva). The core has a DispatchFunction(x86) for dispatching exported functions.

Quick Function:

FuBi system accepts a Dispatch Table with items of form:
DWORD address
UINT args_size
Args Buffer (e.g. const void*)

Tags

No tags have been added

In a Nutshell, fubi...

 Code analysis has not completed

The Open Hub computes statistics on FOSS projects by examining source code and commit history in source code management systems. The source code for this project has been located, but the analysis isn't complete. Feel free to check its progress.

Quick Reference

This Project has No vulnerabilities Reported Against it

Did You Know...

  • ...
    in 2016, 47% of companies did not have formal process in place to track OS code
  • ...
    you can subscribe to e-mail newsletters to receive update from the Open Hub blog
  • ...
    nearly 1 in 3 companies have no process for identifying, tracking, or remediating known open source vulnerabilities
  • ...
    data presented on the Open Hub is available through our API

 Code analysis has not completed

The Open Hub computes statistics on FOSS projects by examining source code and commit history in source code management systems. The source code for this project has been located, but the analysis isn't complete. Feel free to check its progress.

Community Rating

Be the first to rate this project
Click to add your rating
  
Review this Project!