Return reiat Object

Issue #2 resolved
Alexander Hanel repo owner created an issue

An object that users can manipulate and store the output returned from reiat would be useful. In the following stackexchange question0xC0000022L would like to be able to modify the imports tab with dynamically allocated APIs. A couple of things need to be done first.

  1. Get the DLL name that is being used to load the library. Parse LoadLibrary arguments. Need to implement.
  2. Get all the API names/address and store them in a set. Done**
  3. Have the data accessible for analysis/modification/etc.

Data Layout:

reiat[Library1][api1:address, api2:address, api3:address] [Library2][api1:address, api2:address, api3:address]

Comments (2)

  1. Log in to comment