MCPcopy Create free account

hub / github.com/anthonyshibitov/netdis / functions

Functions81 in github.com/anthonyshibitov/netdis

↓ 3 callersFunctionfetchData
(startAddress)
frontend/src/components/RawHex.jsx:50
↓ 3 callersFunctioninternalFuncRef
(address)
frontend/src/components/Listing.jsx:24
↓ 2 callersFunctionget_functions_from_file
(file_id)
backend/netdis/core/utils.py:33
↓ 2 callersFunctionquery_storage
Check if total storage has been exceeded. If so, delete files until we are below the limit.
backend/netdis/core/utils.py:8
↓ 1 callersMethod__str__
(self)
backend/netdis/core/models.py:24
↓ 1 callersFunctionaddressClick
(address)
frontend/src/components/Listing.jsx:11
↓ 1 callersFunctioncfg_analysis
(file_id, func_id, task_id)
backend/netdis/core/tasks.py:87
↓ 1 callersFunctioncfg_req
(func_id)
frontend/src/components/FunctionList.jsx:49
↓ 1 callersFunctionconvertToReactFlowFormat
(graph, nodeSizes)
frontend/src/components/Graph.jsx:70
↓ 1 callersFunctiondecomp_req
(func_id)
frontend/src/components/FunctionList.jsx:75
↓ 1 callersFunctiondecompile_function
(file_id, func_id, task_id)
backend/netdis/core/tasks.py:138
↓ 1 callersFunctionget_blocks_from_function
(function_id)
backend/netdis/core/utils.py:39
↓ 1 callersFunctionget_disasm_from_block
(block_id)
backend/netdis/core/utils.py:44
↓ 1 callersFunctionget_loaders_task
(file_id, task_id)
backend/netdis/core/tasks.py:13
↓ 1 callersFunctionget_rawhex
(file_id, task_id, address, length)
backend/netdis/core/tasks.py:112
↓ 1 callersFunctionget_strings
(file_id, task_id)
backend/netdis/core/tasks.py:162
↓ 1 callersFunctionhandleLoaderCheckBox
()
frontend/src/components/Upload.jsx:23
↓ 1 callersFunctionhandleSelectedLang
(e)
frontend/src/components/Upload.jsx:48
↓ 1 callersFunctionhandleSelectedLoader
(e)
frontend/src/components/Upload.jsx:42
↓ 1 callersFunctionlayoutGraph
(nodes, edges, nodeSizes)
frontend/src/components/Graph.jsx:27
↓ 1 callersFunctionmain
Run administrative tasks.
backend/manage.py:7
↓ 1 callersFunctiononFunctionClick
(id)
frontend/src/components/FunctionList.jsx:40
↓ 1 callersFunctionprimary_analysis
(file_id, task_id, loader, lang)
backend/netdis/core/tasks.py:39
↓ 1 callersFunctionrun
()
frontend/src/components/Graph.jsx:158
↓ 1 callersFunctiontoggleModal
()
frontend/src/components/Menubar.jsx:13
↓ 1 callersFunctionupdateNodeSize
(nodeId, size)
frontend/src/context/NodeSizeContext.jsx:8
FunctionAnalysisPage
()
frontend/src/pages/AnalysisPage.jsx:18
FunctionCodeNode
({ data })
frontend/src/components/CodeNode.jsx:6
FunctionDecompilation
()
frontend/src/components/Decompilation.jsx:7
FunctionErrorPage
()
frontend/src/pages/ErrorPage.jsx:3
FunctionFunctionList
(props)
frontend/src/components/FunctionList.jsx:6
FunctionGraph
()
frontend/src/components/Graph.jsx:112
FunctionHomePage
()
frontend/src/pages/HomePage.jsx:5
FunctionInfoPage
()
frontend/src/pages/InfoPage.jsx:5
FunctionListing
()
frontend/src/components/Listing.jsx:6
FunctionMenuBar
()
frontend/src/components/Menubar.jsx:8
FunctionMenuBarItem
(props)
frontend/src/components/MenuBarItem.jsx:3
FunctionNavBar
({ onUploadClick })
frontend/src/components/NavBar.jsx:4
FunctionNodeSizeProvider
({ children })
frontend/src/context/NodeSizeContext.jsx:5
FunctionRawHex
(props)
frontend/src/components/RawHex.jsx:4
FunctionStrings
(props)
frontend/src/components/Strings.jsx:5
FunctionUploadPage
(props)
frontend/src/components/Upload.jsx:6
Functionbinary_ingest
(request)
backend/netdis/core/views.py:56
Functionblocks
(request)
backend/netdis/core/views.py:118
Functioncfg_analysis_callback
(cfg_result, task_id)
backend/netdis/core/tasks.py:97
FunctionclickHandler
()
frontend/src/components/MenuBarItem.jsx:9
Functiondecomp_func
(request)
backend/netdis/core/views.py:203
Functiondecompile_function_callback
(cfg_result, task_id)
backend/netdis/core/tasks.py:147
Functiondisasms
(request)
backend/netdis/core/views.py:129
Functionfunc_graph
(request)
backend/netdis/core/views.py:191
Functionfuncs
(request)
backend/netdis/core/views.py:105
Functionget_loaders
(request)
backend/netdis/core/views.py:26
Functionget_loaders_task_callback
(loader_result, task_id, file_id)
backend/netdis/core/tasks.py:23
Functionget_project_from_hash
(hash)
backend/netdis/core/utils.py:23
Functionget_rawhex_callback
(rawhex_result, task_id)
backend/netdis/core/tasks.py:122
Functionget_strings_callback
(strings_result, task_id)
backend/netdis/core/tasks.py:171
Functionghidra_decompile_func
(program, func_id)
backend/netdis/core/ghidra/analysis.py:85
Functionghidra_full_disassembly
(task_id, program, file_id, loader, language)
backend/netdis/core/ghidra/analysis.py:166
Functionghidra_function_cfg
(program, func_id)
backend/netdis/core/ghidra/analysis.py:108
Functionghidra_get_loaders
(program)
backend/netdis/core/ghidra/analysis.py:15
Functionghidra_get_rawhex
(program, address, length)
backend/netdis/core/ghidra/analysis.py:56
Functionghidra_get_strings
(program)
backend/netdis/core/ghidra/analysis.py:41
FunctionhandleChange
(event)
frontend/src/components/RawHex.jsx:93
FunctionhandleClickOutside
(event)
frontend/src/components/MenuBarItem.jsx:14
FunctionhandleFileChange
(e)
frontend/src/components/Upload.jsx:19
FunctionhandleResize
()
frontend/src/pages/AnalysisPage.jsx:38
FunctiononBackClick
()
frontend/src/components/FunctionList.jsx:31
Functionprimary_analysis_callback
(error, task_id, file_id)
backend/netdis/core/tasks.py:63
Functionraw
(request)
backend/netdis/core/views.py:140
Functionrawhex
(request)
backend/netdis/core/views.py:215
FunctionsendAddressRequest
(e)
frontend/src/components/RawHex.jsx:35
Functionstrings
(request)
backend/netdis/core/views.py:229
Functiontask
(request, id)
backend/netdis/core/views.py:152
Functiontest
()
backend/netdis/core/tasks.py:192
Functiontest_view
(request)
backend/netdis/core/views.py:20
Functiontest_view
(request)
backend/netdis/authentication/views.py:9
Functiontimer
helper function to estimate view execution time
backend/netdis/core/utils.py:49
FunctiontoggleModal
()
frontend/src/pages/HomePage.jsx:9
FunctiontoggleModal
()
frontend/src/pages/InfoPage.jsx:9
FunctionuploadFile
(event)
frontend/src/components/Upload.jsx:54
Functionwrapper
(*args, **kwargs)
backend/netdis/core/utils.py:53