{"id":23681418,"url":"https://github.com/codecat/catsight","last_synced_at":"2025-09-02T10:31:26.187Z","repository":{"id":48250124,"uuid":"351392922","full_name":"codecat/catsight","owner":"codecat","description":"Cross-platform process memory inspector","archived":false,"fork":false,"pushed_at":"2021-09-15T12:49:14.000Z","size":809,"stargazers_count":161,"open_issues_count":1,"forks_count":10,"subscribers_count":11,"default_branch":"master","last_synced_at":"2023-11-07T18:49:12.409Z","etag":null,"topics":["cross-platform","reverse-engineering","security","x64","x86-64"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codecat.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"License.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["codecat"]}},"created_at":"2021-03-25T10:20:09.000Z","updated_at":"2023-10-13T15:10:57.000Z","dependencies_parsed_at":"2022-08-30T02:01:01.187Z","dependency_job_id":null,"html_url":"https://github.com/codecat/catsight","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecat%2Fcatsight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecat%2Fcatsight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecat%2Fcatsight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecat%2Fcatsight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codecat","download_url":"https://codeload.github.com/codecat/catsight/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231774744,"owners_count":18424669,"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":["cross-platform","reverse-engineering","security","x64","x86-64"],"created_at":"2024-12-29T18:38:39.138Z","updated_at":"2024-12-29T18:38:39.804Z","avatar_url":"https://github.com/codecat.png","language":"C++","funding_links":["https://github.com/sponsors/codecat"],"categories":[],"sub_categories":[],"readme":"# Catsight\nCross-platform process memory viewer inspired by x64dbg.\n\n## Features\n* Cross-platform (currently runs on Linux and Windows).\n* Attach to any process that your system user has access to.\n* Look at all the mapped pages of memory.\n* Browse and scroll through the memory of any process as an address table.\n* Disassemble code in memory regions and jump between references.\n* Byte pattern searching and generation in code sections.\n\n## Download \u0026 install\nPre-built binaries will be provided very soon on Itch.io.\n\n## Screenshots\n### Data tab\n![](https://missdev.nl/catsight4.png)\n\n### Code tab\n![](https://missdev.nl/catsight5.png)\n\n### Maps tab\n![](https://missdev.nl/catsight6.png)\n\n### String search\n![](https://missdev.nl/catsight7.png)\n\n## What this isn't\nThis is not a debugger. (At least, not yet.) It was not designed with debugging in mind, it is merely a process memory viewer.\n\n# Building\nCatsight uses [CMake](https://cmake.org/) to build.\n\n## Preparing the build\nYou'll need to make sure the Git submodules are initialized and updated first. For example:\n\n```\n$ git submodule update --init --recursive\n```\n\n## Building on Linux\nBuilding on Linux should work out of the box as long as the necessary dependencies are installed.\n\nUsing your favorite package manager, you will have to install `lua` and its development files.\n\nThen, to actually run the CMake build:\n```\n$ mkdir build\n$ cd build\n$ cmake ..\n$ make -j9\n```\n\nYou can also use `ninja` by running CMake like this:\n\n```\n$ cmake .. -G Ninja\n$ ninja\n```\n\n## Building on Windows\nOn Windows, you can optionally use [vcpkg](https://github.com/Microsoft/vcpkg) to install the `lua` dependency using `vcpkg install lua:x64-windows`. You can then run CMake with `-DCMAKE_TOOLCHAIN_FILE=C:/path/to/vcpkg/scripts/buildsystems/vcpkg.cmake` before building and it will automatically find the dependencies.\n\nTo actually run the CMake build, you can use the CMake GUI application to generate a Visual Studio project, or you can use the command line:\n```\n\u003e mkdir build\n\u003e cd build\n\u003e cmake ..\n```\n\n## Using VSCode\nVSCode is a great way to automatically configure and build the CMake project on both Linux and Windows. On Linux no additional configuration is necessary.\n\nOn Windows, you might need to add the following directive to `.vscode/settings.json` to make sure that the vcpkg toolchain is being used:\n\n```json\n\"cmake.configureSettings\": {\n\t\"CMAKE_TOOLCHAIN_FILE\": \"C:/path/to/vcpkg/scripts/buildsystems/vcpkg.cmake\",\n},\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecat%2Fcatsight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodecat%2Fcatsight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecat%2Fcatsight/lists"}