Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anthonyshibitov/netdis
/ functions
Functions
81 in github.com/anthonyshibitov/netdis
⨍
Functions
81
◇
Types & classes
24
↓ 3 callers
Function
fetchData
(startAddress)
frontend/src/components/RawHex.jsx:50
↓ 3 callers
Function
internalFuncRef
(address)
frontend/src/components/Listing.jsx:24
↓ 2 callers
Function
get_functions_from_file
(file_id)
backend/netdis/core/utils.py:33
↓ 2 callers
Function
query_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 callers
Method
__str__
(self)
backend/netdis/core/models.py:24
↓ 1 callers
Function
addressClick
(address)
frontend/src/components/Listing.jsx:11
↓ 1 callers
Function
cfg_analysis
(file_id, func_id, task_id)
backend/netdis/core/tasks.py:87
↓ 1 callers
Function
cfg_req
(func_id)
frontend/src/components/FunctionList.jsx:49
↓ 1 callers
Function
convertToReactFlowFormat
(graph, nodeSizes)
frontend/src/components/Graph.jsx:70
↓ 1 callers
Function
decomp_req
(func_id)
frontend/src/components/FunctionList.jsx:75
↓ 1 callers
Function
decompile_function
(file_id, func_id, task_id)
backend/netdis/core/tasks.py:138
↓ 1 callers
Function
get_blocks_from_function
(function_id)
backend/netdis/core/utils.py:39
↓ 1 callers
Function
get_disasm_from_block
(block_id)
backend/netdis/core/utils.py:44
↓ 1 callers
Function
get_loaders_task
(file_id, task_id)
backend/netdis/core/tasks.py:13
↓ 1 callers
Function
get_rawhex
(file_id, task_id, address, length)
backend/netdis/core/tasks.py:112
↓ 1 callers
Function
get_strings
(file_id, task_id)
backend/netdis/core/tasks.py:162
↓ 1 callers
Function
handleLoaderCheckBox
()
frontend/src/components/Upload.jsx:23
↓ 1 callers
Function
handleSelectedLang
(e)
frontend/src/components/Upload.jsx:48
↓ 1 callers
Function
handleSelectedLoader
(e)
frontend/src/components/Upload.jsx:42
↓ 1 callers
Function
layoutGraph
(nodes, edges, nodeSizes)
frontend/src/components/Graph.jsx:27
↓ 1 callers
Function
main
Run administrative tasks.
backend/manage.py:7
↓ 1 callers
Function
onFunctionClick
(id)
frontend/src/components/FunctionList.jsx:40
↓ 1 callers
Function
primary_analysis
(file_id, task_id, loader, lang)
backend/netdis/core/tasks.py:39
↓ 1 callers
Function
run
()
frontend/src/components/Graph.jsx:158
↓ 1 callers
Function
toggleModal
()
frontend/src/components/Menubar.jsx:13
↓ 1 callers
Function
updateNodeSize
(nodeId, size)
frontend/src/context/NodeSizeContext.jsx:8
Function
AnalysisPage
()
frontend/src/pages/AnalysisPage.jsx:18
Function
CodeNode
({ data })
frontend/src/components/CodeNode.jsx:6
Function
Decompilation
()
frontend/src/components/Decompilation.jsx:7
Function
ErrorPage
()
frontend/src/pages/ErrorPage.jsx:3
Function
FunctionList
(props)
frontend/src/components/FunctionList.jsx:6
Function
Graph
()
frontend/src/components/Graph.jsx:112
Function
HomePage
()
frontend/src/pages/HomePage.jsx:5
Function
InfoPage
()
frontend/src/pages/InfoPage.jsx:5
Function
Listing
()
frontend/src/components/Listing.jsx:6
Function
MenuBar
()
frontend/src/components/Menubar.jsx:8
Function
MenuBarItem
(props)
frontend/src/components/MenuBarItem.jsx:3
Function
NavBar
({ onUploadClick })
frontend/src/components/NavBar.jsx:4
Function
NodeSizeProvider
({ children })
frontend/src/context/NodeSizeContext.jsx:5
Function
RawHex
(props)
frontend/src/components/RawHex.jsx:4
Function
Strings
(props)
frontend/src/components/Strings.jsx:5
Function
UploadPage
(props)
frontend/src/components/Upload.jsx:6
Function
binary_ingest
(request)
backend/netdis/core/views.py:56
Function
blocks
(request)
backend/netdis/core/views.py:118
Function
cfg_analysis_callback
(cfg_result, task_id)
backend/netdis/core/tasks.py:97
Function
clickHandler
()
frontend/src/components/MenuBarItem.jsx:9
Function
decomp_func
(request)
backend/netdis/core/views.py:203
Function
decompile_function_callback
(cfg_result, task_id)
backend/netdis/core/tasks.py:147
Function
disasms
(request)
backend/netdis/core/views.py:129
Function
func_graph
(request)
backend/netdis/core/views.py:191
Function
funcs
(request)
backend/netdis/core/views.py:105
Function
get_loaders
(request)
backend/netdis/core/views.py:26
Function
get_loaders_task_callback
(loader_result, task_id, file_id)
backend/netdis/core/tasks.py:23
Function
get_project_from_hash
(hash)
backend/netdis/core/utils.py:23
Function
get_rawhex_callback
(rawhex_result, task_id)
backend/netdis/core/tasks.py:122
Function
get_strings_callback
(strings_result, task_id)
backend/netdis/core/tasks.py:171
Function
ghidra_decompile_func
(program, func_id)
backend/netdis/core/ghidra/analysis.py:85
Function
ghidra_full_disassembly
(task_id, program, file_id, loader, language)
backend/netdis/core/ghidra/analysis.py:166
Function
ghidra_function_cfg
(program, func_id)
backend/netdis/core/ghidra/analysis.py:108
Function
ghidra_get_loaders
(program)
backend/netdis/core/ghidra/analysis.py:15
Function
ghidra_get_rawhex
(program, address, length)
backend/netdis/core/ghidra/analysis.py:56
Function
ghidra_get_strings
(program)
backend/netdis/core/ghidra/analysis.py:41
Function
handleChange
(event)
frontend/src/components/RawHex.jsx:93
Function
handleClickOutside
(event)
frontend/src/components/MenuBarItem.jsx:14
Function
handleFileChange
(e)
frontend/src/components/Upload.jsx:19
Function
handleResize
()
frontend/src/pages/AnalysisPage.jsx:38
Function
onBackClick
()
frontend/src/components/FunctionList.jsx:31
Function
primary_analysis_callback
(error, task_id, file_id)
backend/netdis/core/tasks.py:63
Function
raw
(request)
backend/netdis/core/views.py:140
Function
rawhex
(request)
backend/netdis/core/views.py:215
Function
sendAddressRequest
(e)
frontend/src/components/RawHex.jsx:35
Function
strings
(request)
backend/netdis/core/views.py:229
Function
task
(request, id)
backend/netdis/core/views.py:152
Function
test
()
backend/netdis/core/tasks.py:192
Function
test_view
(request)
backend/netdis/core/views.py:20
Function
test_view
(request)
backend/netdis/authentication/views.py:9
Function
timer
helper function to estimate view execution time
backend/netdis/core/utils.py:49
Function
toggleModal
()
frontend/src/pages/HomePage.jsx:9
Function
toggleModal
()
frontend/src/pages/InfoPage.jsx:9
Function
uploadFile
(event)
frontend/src/components/Upload.jsx:54
Function
wrapper
(*args, **kwargs)
backend/netdis/core/utils.py:53