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...

  • ...
    use of OSS increased in 65% of companies in 2016
  • ...
    anyone with an Open Hub account can update a project's tags
  • ...
    nearly 1 in 3 companies have no process for identifying, tracking, or remediating known open source vulnerabilities
  • ...
    by exploring contributors within projects, you can view details on every commit they have made to that project

 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!