{"id":24890711,"url":"https://github.com/skulltech/dynfuncs.py","last_synced_at":"2025-08-29T14:45:57.996Z","repository":{"id":95312525,"uuid":"260433899","full_name":"skulltech/dynfuncs.py","owner":"skulltech","description":"Script for displaying global dynamic function symbols in an elf file.","archived":false,"fork":false,"pushed_at":"2020-05-01T10:52:51.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-07T01:39:03.908Z","etag":null,"topics":["elf","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","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/skulltech.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-01T10:34:33.000Z","updated_at":"2022-08-01T18:41:23.000Z","dependencies_parsed_at":"2023-07-15T21:00:56.856Z","dependency_job_id":null,"html_url":"https://github.com/skulltech/dynfuncs.py","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/skulltech/dynfuncs.py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skulltech%2Fdynfuncs.py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skulltech%2Fdynfuncs.py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skulltech%2Fdynfuncs.py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skulltech%2Fdynfuncs.py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skulltech","download_url":"https://codeload.github.com/skulltech/dynfuncs.py/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skulltech%2Fdynfuncs.py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272703039,"owners_count":24979102,"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","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["elf","python","python3"],"created_at":"2025-02-01T17:17:34.287Z","updated_at":"2025-08-29T14:45:57.951Z","avatar_url":"https://github.com/skulltech.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dynfuncs.py\nScript for displaying global dynamic function symbols in an elf file.\n\nThat usually corresponds to \n- Dynamically linked external library functions for executables and shared libraries.\n- Exported functions for only shared libraries.\n\n## Usage\n\n```console\nsumit@HAL9000:~/Coding/dynfuncs.py$ python3 dynfuncs.py --help\nusage: dynfuncs.py [-h] binary\n\ndisplay globally bound function symbols defined in an elf binary\n\npositional arguments:\n  binary      elf binary to scan\n\noptional arguments:\n  -h, --help  show this help message and exit\n\nsumit@HAL9000:~/Coding/dynfuncs.py$ python3 dynfuncs.py /bin/cat\nSymbol table '.dynsym' contains 50 global functions:\n   Num: Name\n     0: free\n     1: abort\n     2: __errno_location\n     3: strncmp\n     4: _exit\n     5: __fpending\n     6: write\n     7: textdomain\n     8: fclose\n     9: bindtextdomain\n    10: stpcpy\n    11: dcgettext\n    12: __ctype_get_mb_cur_max\n    13: strlen\n    14: __stack_chk_fail\n    15: getopt_long\n    16: mbrtowc\n    17: strrchr\n    18: lseek\n    19: memset\n    20: ioctl\n    21: close\n    22: posix_fadvise\n    23: read\n    24: __libc_start_main\n    25: memcmp\n    26: fputs_unlocked\n    27: calloc\n    28: memcpy\n    29: fileno\n    30: malloc\n    31: fflush\n    32: nl_langinfo\n    33: __fxstat\n    34: __freading\n    35: realloc\n    36: setlocale\n    37: __printf_chk\n    38: memmove\n    39: error\n    40: open\n    41: fseeko\n    42: __cxa_atexit\n    43: getpagesize\n    44: exit\n    45: fwrite\n    46: __fprintf_chk\n    47: mbsinit\n    48: iswprint\n    49: __ctype_b_loc\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskulltech%2Fdynfuncs.py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskulltech%2Fdynfuncs.py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskulltech%2Fdynfuncs.py/lists"}