Lef Community Member

  • Member since May 14th 2024

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Lef -

    Replied to the thread [SOLVED] How to remove Library Paths from project's .elf file.

    Post
    Hi guys, thank you for your support. Actually I asked my colleagues and they told me that the tool they use also accepts .elf files. That is why they were able to see the paths... Ok so we will search for a tool that accepts .hex and see how it…
  • Lef -

    Replied to the thread [SOLVED] How to remove Library Paths from project's .elf file.

    Post
    My colleagues need to pass the code to a fuzzing tool. That tool accepts only .bin files. So, as you said I converted the .elf to hex file and then to .bin file but the library paths can still be seen through the tool. So I was thinking maybe if I…
  • Lef -

    Posted the thread [SOLVED] How to remove Library Paths from project's .elf file.

    Thread
    Hi, when I build my project with Segger embedded studio the produced .elf file also includes the SDK library paths. I want the paths not to be visible/ written in the .elf file. I want to be used (obviously) but not displayed in .elf file after building…