{"id":15496122,"url":"https://github.com/marc2332/deno_inspect","last_synced_at":"2025-06-14T02:38:57.166Z","repository":{"id":62422776,"uuid":"495024597","full_name":"marc2332/deno_inspect","owner":"marc2332","description":"🪄 Analyze or uncompile apps created with Deno.","archived":false,"fork":false,"pushed_at":"2022-05-22T10:25:44.000Z","size":4,"stargazers_count":15,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-19T13:17:39.251Z","etag":null,"topics":["deno"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marc2332.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-22T10:16:41.000Z","updated_at":"2024-03-24T16:54:52.000Z","dependencies_parsed_at":"2022-11-01T17:33:29.925Z","dependency_job_id":null,"html_url":"https://github.com/marc2332/deno_inspect","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marc2332%2Fdeno_inspect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marc2332%2Fdeno_inspect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marc2332%2Fdeno_inspect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marc2332%2Fdeno_inspect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marc2332","download_url":"https://codeload.github.com/marc2332/deno_inspect/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249596439,"owners_count":21297378,"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":["deno"],"created_at":"2024-10-02T08:22:44.871Z","updated_at":"2025-04-22T21:04:54.402Z","avatar_url":"https://github.com/marc2332.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🪄 inspect\n\nAnalyze or uncompile apps created with Deno.\n\n## ✨ Install\n\n```shell\ndeno install -n inspect --allow-write --allow-read https://deno.land/x/inspect/mod.ts\n```\n\n## 📝 Example\n\n```\ndeno compile https://github.com/marc2332/deno_inspect/raw/main/example/my_app.ts\ninspect analyze my_app.exe\n```\n\n## 🤔 Commands\n\n### `inspect analyze`\n\nAnalyze the specified binary:\n\n```shell\ninspect analyze my_app.exe\n```\n\nOutput:\n\n```sh\n{\n  argv: [],\n  unstable: false,\n  seed: null,\n  permissions: {\n    allow_env: null,\n    allow_hrtime: false,\n    allow_net: null,\n    allow_ffi: null,\n    allow_read: null,\n    allow_run: null,\n    allow_write: null,\n    prompt: true\n  },\n  location: null,\n  v8_flags: [],\n  log_level: null,\n  ca_stores: null,\n  ca_data: null,\n  unsafely_ignore_certificate_errors: null,\n  maybe_import_map: null,\n  entrypoint: \"file:///C:/Users/mespi/Projects/uncompiler/example/my_app.ts\"\n}\n```\n\n### `inspect uncompile`\n\nGenerate a binary with the original Deno binary used to create the compiled app:\n\n```\ninspect uncompile my_app.exe original_deno.exe\n```\n\n\n\nMade by Marc Espín","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarc2332%2Fdeno_inspect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarc2332%2Fdeno_inspect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarc2332%2Fdeno_inspect/lists"}