Commit 975329a
Your Name
feat(extraction): C++ entry point heuristics for Windows and GTest
Adds entry point detection for C/C++ patterns in both extract_func_def
and push_method_def paths:
- WinMain, wWinMain, wmain, _tmain (Win32 console/GUI apps)
- DllMain (DLL entry points)
- InitInstance, OnInitDialog (MFC framework entry points)
These join the existing case-insensitive main() detection to cover
the full spectrum of C/C++ application architectures.1 parent db9a15e commit 975329a
1 file changed
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1190 | 1190 | | |
1191 | 1191 | | |
1192 | 1192 | | |
| 1193 | + | |
| 1194 | + | |
| 1195 | + | |
| 1196 | + | |
| 1197 | + | |
| 1198 | + | |
| 1199 | + | |
| 1200 | + | |
| 1201 | + | |
| 1202 | + | |
1193 | 1203 | | |
1194 | 1204 | | |
1195 | 1205 | | |
| |||
1726 | 1736 | | |
1727 | 1737 | | |
1728 | 1738 | | |
| 1739 | + | |
| 1740 | + | |
| 1741 | + | |
| 1742 | + | |
| 1743 | + | |
| 1744 | + | |
| 1745 | + | |
| 1746 | + | |
| 1747 | + | |
| 1748 | + | |
1729 | 1749 | | |
1730 | 1750 | | |
1731 | 1751 | | |
| |||
0 commit comments