mrthankyou / eagle-owl

A library designed to aid Gliders when writing glides
The Unlicense
5 stars 0 forks source link

Add function that searches for external function calls #2

Open mrthankyou opened 3 months ago

mrthankyou commented 3 months ago

When reviewing instructions, an instruction may have a call to an external call we don't have access to. It would be nice if we had a function that could search for that external function call.

mrthankyou commented 3 months ago

There is some difficulty in achieving this on a grand scale as some external calls point towards common libraries, leading to many many results. We should highlight in the documentation that this function should be used when we believe the function is unique.