First commit

master
tanoxyz 2023-04-17 17:33:13 +02:00
commit 61d40d9cef
3 changed files with 1404 additions and 0 deletions

4
build.bat 100644
View File

@ -0,0 +1,4 @@
cl /Fe"disaster" /Zi main.c /link /DEBUG:FULL

1393
main.c 100644

File diff suppressed because it is too large Load Diff

7
readme.md 100644
View File

@ -0,0 +1,7 @@
# Object Disaster
Command-line tool to analyze C/C++ projects structure based on the generated object files.