Glatrix
❔ Importing functions by RVA instead of Name
right now, I have a function imported from a cpp library
which I pass in a function name and params, and it gives me
back a pointer to that function. And currently, I just cast it
to a unmanaged function pointer and it works fine.
Does anyone here know if there is a way to simplify this process
by using a custom attribute?
example:
instead of
just
or similar.
How can I go about making ResolvableAttribute?
34 replies