Skip to content

C/C++ equivalent of eval(“function(arg1, arg2)”)

Notifications You must be signed in to change notification settings

atlas-comstock/C_eval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C_eval

A demo C/C++ equivalent of eval(“function(arg1, arg2)”)

This implementation is based on Example of Printing the ELF Symbol Table

More details on my_blog

Preparation

You need to install gelf and libelf.

Command

gcc main.c -std=c99 -g -l elf ; ./a.out

TO_DO

  • Add parameters.

About

C/C++ equivalent of eval(“function(arg1, arg2)”)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages