{"id":13420634,"url":"https://github.com/gianlucaborello/libprocesshider","last_synced_at":"2025-04-12T22:28:55.026Z","repository":{"id":39176088,"uuid":"23007645","full_name":"gianlucaborello/libprocesshider","owner":"gianlucaborello","description":"Hide a process under Linux using the ld preloader (https://sysdig.com/blog/hiding-linux-processes-for-fun-and-profit/)","archived":false,"fork":false,"pushed_at":"2019-08-02T14:28:28.000Z","size":9,"stargazers_count":984,"open_issues_count":10,"forks_count":312,"subscribers_count":26,"default_branch":"master","last_synced_at":"2024-07-31T22:56:07.069Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gianlucaborello.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-16T01:09:30.000Z","updated_at":"2024-07-23T08:09:28.000Z","dependencies_parsed_at":"2022-07-14T22:17:05.569Z","dependency_job_id":null,"html_url":"https://github.com/gianlucaborello/libprocesshider","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gianlucaborello%2Flibprocesshider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gianlucaborello%2Flibprocesshider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gianlucaborello%2Flibprocesshider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gianlucaborello%2Flibprocesshider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gianlucaborello","download_url":"https://codeload.github.com/gianlucaborello/libprocesshider/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248639318,"owners_count":21137824,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T22:01:37.910Z","updated_at":"2025-04-12T22:28:55.003Z","avatar_url":"https://github.com/gianlucaborello.png","language":"C","funding_links":[],"categories":["TODO scan for Android support in followings","\u003ca id=\"9eee96404f868f372a6cbc6769ccb7f8\"\u003e\u003c/a\u003e新添加的","C","\u003ca id=\"9eee96404f868f372a6cbc6769ccb7f8\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"31185b925d5152c7469b963809ceb22d\"\u003e\u003c/a\u003e新添加的"],"readme":"libprocesshider\n===============\n\nHide a process under Linux using the ld preloader.\n\nFull tutorial available at https://sysdigcloud.com/hiding-linux-processes-for-fun-and-profit/\n\nIn short, compile the library:\n\n```\ngianluca@sid:~/libprocesshider$ make\ngcc -Wall -fPIC -shared -o libprocesshider.so processhider.c -ldl\ngianluca@sid:~/libprocesshider$ sudo mv libprocesshider.so /usr/local/lib/\n```\n\nLoad it with the global dynamic linker\n\n```\nroot@sid:~# echo /usr/local/lib/libprocesshider.so \u003e\u003e /etc/ld.so.preload\n```\n\nAnd your process will be off the radar \n\n```\ngianluca@sid:~$ sudo ps aux\nUSER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND\n...\n\ngianluca@sid:~$ sudo lsof -ni\nCOMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME\n...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgianlucaborello%2Flibprocesshider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgianlucaborello%2Flibprocesshider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgianlucaborello%2Flibprocesshider/lists"}