X2Cscope / pyx2cscope

python implementation of x2cscope
Other
1 stars 0 forks source link

Create other examples, showing capabilities or initial ideas to get started #6

Closed yashagarwal-314 closed 2 months ago

edras commented 2 months ago

issue addressed at #22

look into folder examples for a bunch of different examples. pyx2cscope > pyx2cscope > examples

Attention: to include your own path to your elf file or to specific com port, you don't need to change the example. use instead the config.ini file inside the examples folder. this file is automatically generated if you run any example. it's contents looks like:

[ELF_FILE]
path = 'path_to_your_elf_file'

[COM_PORT]
com_port = your_com_port, ex:'COM3'

For new ideas of examples, create please a new issue.