obastemur / SourceCodePatcher

Patch c/c++ files (enter/exit functions / if / else / loops)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SourceCodePatcher

node codePatch.js <target C/C++ folder to patch>

Notes:

  • use RESULT.js for lookups.
  • Target project must include log.cc in the build and export TRACE_IT(x) definition.

About

Patch c/c++ files (enter/exit functions / if / else / loops)


Languages

Language:JavaScript 88.9%Language:C++ 11.1%