SwuduSusuwu / SubStack

Stages blog posts, plus has C++ sources which match posts. Blog about human nervous tissues + autonomous tools
https://SwuduSusuwu.substack.com/
Apache License 2.0
2 stars 0 forks source link

`cxx/VirusAnalysis.hxx` has unfinished functions (static analysis/parse executables.) Do this as `cxx/ClassPortableExecutable` #8

Open SwuduSusuwu opened 2 weeks ago

SwuduSusuwu commented 2 weeks ago

cxx/VirusAnalysis.hxx#L42

/* Static analysis */
/* @throw bad_alloc */
const std::vector<std::string> importedFunctionsList(const PortableExecutable &); /* TODO */
...
/* Analysis sandbox */
const VirusAnalysisResult straceOutputsAnalysis(const FilePath &straceDumpPath); /* TODO: regex */