Skip to content

Created a flowgraph of all the functions called during the execution of a C program. Includes User defined functions, Library functions, System calls. Helpful in visualising the step by step execution of a program. Uses python to trace the flow of the program through GDB. Uses RTL dumps to find the library functions and System calls.

License

Notifications You must be signed in to change notification settings

akumar101/Flowgraph-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flowgraph-C

Created a flowgraph of all the functions called during the execution of a C program. Includes User defined functions, Library functions, System calls. Helpful in visualising the step by step execution of a program. Uses python to trace the flow of the program through GDB. Uses RTL dumps to find the library functions and System calls.

About

Created a flowgraph of all the functions called during the execution of a C program. Includes User defined functions, Library functions, System calls. Helpful in visualising the step by step execution of a program. Uses python to trace the flow of the program through GDB. Uses RTL dumps to find the library functions and System calls.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published