LibHideIP is a library that prevents programs from knowing your IP address. This makes them unable to know and reveal your location.
LibHideIP does this by intercepting calls to some C library functions and replacing them by its own substitutes.
The IP address that would be obtained is first changed to a neutral address, like 0.0.0.0 or 127.0.0.1 and returned to the caller.
There is NO NEED to rebuild your software, because LibHideIP is a pre-loadable library, meaning you just need to RUN the software with LibHideIP loaded.
LibHideIP is also a development library.
Read the info documentation (type 'info doc/libhideip.info') to get more information.
LibHideIP homepage: https://libhideip.sourceforge.io.
On-line copy of the documentation: https://libhideip.sourceforge.io/docs/.
My related projects:
- LibSecRm,
- LibNetBlock.
[Compiling]
[Usage]
[Limitations]
[Reporting issues]
[Summary of changes]
See my other SourceForge projects on my SourceForge profile page.
Wiki: Compiling
Wiki: Limitations
Wiki: Reporting issues
Wiki: Summary of changes
Wiki: Usage