{"id":18077534,"url":"https://github.com/snaipe/insight","last_synced_at":"2025-10-04T17:04:31.047Z","repository":{"id":33135774,"uuid":"36775371","full_name":"Snaipe/Insight","owner":"Snaipe","description":"A reflection library for C and C++","archived":false,"fork":false,"pushed_at":"2016-05-03T22:23:27.000Z","size":194,"stargazers_count":6,"open_issues_count":6,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T05:03:42.554Z","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":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Snaipe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-03T02:37:11.000Z","updated_at":"2025-03-03T14:36:45.000Z","dependencies_parsed_at":"2022-09-12T19:22:12.723Z","dependency_job_id":null,"html_url":"https://github.com/Snaipe/Insight","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/Snaipe%2FInsight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snaipe%2FInsight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snaipe%2FInsight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snaipe%2FInsight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Snaipe","download_url":"https://codeload.github.com/Snaipe/Insight/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248550633,"owners_count":21122933,"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-10-31T11:45:14.249Z","updated_at":"2025-10-04T17:04:25.984Z","avatar_url":"https://github.com/Snaipe.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"doc/insight-title.png\" height=\"96\" alt=\"Insight Logo\" /\u003e\n\nA reflection library for C/C++\n\n**WARNING: This library is still experimental. Beware of bugs and API changes!**\n\n## Features\n\nThis library enables runtime reflection for C and C++ programs, providing\nruntime information and manipulation of primitive, pointer, struct, union,\nand class types including the name, storage size, members, methods, ...;\nnamespaces, and top level functions.\n\nInsight works by building metadata on types from the debug symbols -- as such\nit cannot work on binaries without any. Make sure to compile with `-g` and/or\nnot strip your debug symbols!\n\n## Samples\n\nSamples are available in the [samples directory][samples].\n\n## Installation\n\n### Prerequisites\n\n* [libdwarf++][libdwarf++]\n* A GNU C/C++ compiler like GCC or Clang\n\n### Building from the source code\n\n```bash\n$ git clone https://github.com/Snaipe/Insight.git\n$ cd Insight\n$ mkdir build \u0026\u0026 cd $_\n$ cmake .. \u0026\u0026 make\n(become root)\n# make install\n```\n\n## Documentation\n\n[ TODO ]\n\n## Contributing\n\nYou need to observe the following rules for pull requests:\n\n* Your modifications must be working and tested.\n* Be consistent with the project's style and formatting.\n* Squash your commits into one if you can.\n* If new files are added, please say so in the commit message, and add the license header.\n* Keep your commit messages simple and concise. Good commit messages start with a verb ('Added', 'Fixed', ...).\n* Your branch must be based off an up-to-date master, or at least must be able to be merged automatically.\n* Sign off your pull request message by appending 'Signed-off-by: \u003cname\u003e \u003cemail\u003e' to the message.\n\nBy submitting a pull request you accept to license your code under the Lesser GNU Public License version 3.\n\n## Credits\n\nLogo done by [Greehm](http://www.cargocollective.com/pbouigue)\n\n[libdwarf++]: https://github.com/Snaipe/libdwarfplusplus\n[samples]: ./samples/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnaipe%2Finsight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnaipe%2Finsight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnaipe%2Finsight/lists"}