{"id":23409257,"url":"https://github.com/pilebones/backdoorcppcrossplateform","last_synced_at":"2025-09-19T10:43:34.673Z","repository":{"id":88313691,"uuid":"42074835","full_name":"pilebones/backdoorCppCrossPlateform","owner":"pilebones","description":"A C++ socket provider (cross plateform). Main goal : \"pilebones/backdoorBash\" cross cross-plateform with C++","archived":false,"fork":false,"pushed_at":"2016-02-10T13:02:31.000Z","size":50,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T20:07:17.900Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/pilebones.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":"2015-09-07T21:13:19.000Z","updated_at":"2022-12-08T09:08:54.000Z","dependencies_parsed_at":"2023-03-12T08:45:17.573Z","dependency_job_id":null,"html_url":"https://github.com/pilebones/backdoorCppCrossPlateform","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilebones%2FbackdoorCppCrossPlateform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilebones%2FbackdoorCppCrossPlateform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilebones%2FbackdoorCppCrossPlateform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilebones%2FbackdoorCppCrossPlateform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pilebones","download_url":"https://codeload.github.com/pilebones/backdoorCppCrossPlateform/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248498360,"owners_count":21114100,"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-12-22T15:33:44.417Z","updated_at":"2025-09-19T10:43:29.612Z","avatar_url":"https://github.com/pilebones.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Backdoor C++ (Cross-Plateform)\n\n_/!\\ Work in progress, not a stable release /!\\_\n\n##Main goal\n\nA fork of my own project named : \"pilebones/backdoorBash\" (see: https://github.com/pilebones/backdoorBash) but instead of using Bash as programming language (Unix-like only) this new one will work on Windows too by using a C++ API (cross-plateform) developed from scratch (as much as possible).\n\n##Requirements\n\n- CMake\n- Make\n- Boost C++ Library\n\n###Windows\n- Download and install \"MinGW\" with gcc compiler (see: http://www.mingw.org/wiki/howto_install_the_mingw_gcc_compiler_suite)\n- Download and install CMake (see: \nCMake : https://cmake.org/download/)\n- Download and install \"Boost C++ library\" \u003e= v1.59.X (see: http://www.boost.org/users/download/)\n- After Boost C++ library installation : Build library for MinGW like below (see: http://www.boost.org/doc/libs/1_59_0/more/getting_started/unix-variants.html)\n```bash\ncd C:\\local\\boost_1_59_0\nbootstrap.bat mingw\nb2.exe install toolset=gcc\n```\n\n###Linux\n```bash\n# Archlinux:\npacman -S boost-libs boost\n# Debian/Ubuntu :\n(sudo) apt-get install libboost-dev\n```\n\n##Compilation\n\n```bash\ngit clone https://github.com/pilebones/backdoorCppCrossPlateform.git\ncd backdoorCppCrossPlateform\n```\n\n###Windows\n```bash\ncmake -G \"MinGW Makefiles\" .\nmake\nbin\\main.exe -h\n```\n\n###Linux\n```bash\ncmake . \u0026\u0026 make\n./bin/main.exe -h\n```\n\n##Usage\n\n###Server mode\n```bash\nbin/main -p 12345 -H localhost -l\n```\n\n###Client mode\n```bash\nbin/main -p 12345 -H localhost\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpilebones%2Fbackdoorcppcrossplateform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpilebones%2Fbackdoorcppcrossplateform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpilebones%2Fbackdoorcppcrossplateform/lists"}