Hi,
Is it possible to add the feature and let the user manually specify function return values? For example, there is a Windows API to get the IP address of the current computer, GetAdaptersAddresses() in specific. Programs often call this function to get the IP. What I want is a way to manually specify the result of GetAdaptersAddresses(), let's say "192.168.1.1". So the program always get "192.168.1.1" as the result. This way, users could choose what information they want to share and what they don't at a much granular level.
Thanks!
Is it possible to add the feature and let the user manually specify function return values? For example, there is a Windows API to get the IP address of the current computer, GetAdaptersAddresses() in specific. Programs often call this function to get the IP. What I want is a way to manually specify the result of GetAdaptersAddresses(), let's say "192.168.1.1". So the program always get "192.168.1.1" as the result. This way, users could choose what information they want to share and what they don't at a much granular level.
Thanks!