Menu

Limitations

Bogdan Drozdowski

LibHideIP can do nothing if:

  • a program is using direct kernel calls or non-standard calls, thus bypassing even the C library
  • LibHideIP is not loaded (read the "Installing" chapter in the "info" docs)
  • a program is linked statically (so it doesn't use shared libraries and has all the functions compiled in it)
  • the operating system doesn't support shared libraries (like DOS)
  • the operating system doesn't support preloading shared libraries before system libraries
  • LibHideIP is enabled by setting environment variables and a program is launched by another program, which clears the environment variables used by the dynamic linker, so the dynamic linker doesn't preload LibHideIP. Some Java Runtime Environments seem to do this
  • a program opens a web page showing the IP address

Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.