Proxmark3 community

Research, development and trades concerning the powerful Proxmark3 device.

Remember; sharing is caring. Bring something back to the community.


"Learn the tools of the trade the hard way." +Fravia

  • Logged in as ikarus
  • Last visit: Today 11:22:42

Announcement

Time changes and with it the technology
Proxmark3 @ discord

Users of this forum, please be aware that information stored on this site is not private.

#1 2020-11-29 22:08:28

LuckyD1ce
Contributor
Registered: 2020-10-23
Posts: 6

umm_malloc - calloc/free/malloc

Hey guys,

i am currently working with the mbedtls elliptic curve diffie-hellmann functions. Therefore, i need a working implementation of "calloc" and "free", which is not available.
My preferred solution would be the "umm_malloc" library, that you can find here: https://github.com/rhempel/umm_malloc

It should be compatible with the Proxmark3. My only problem is the following:

The following #defines must be set to something useful for the library to work at all

- UMM_MALLOC_CFG_HEAP_ADDR must be set to the symbol representing the starting address of the heap. The heap must be aligned on the natural boundary size of the processor.
- UMM_MALLOC_CFG_HEAP_SIZE must be set to the size of the heap. The heap size must be a multiple of the natural boundary size of the processor.

What are the correct values for these variables in order to get a working implementation? I would be very happy if someone could help me.

If this isn't possible, my second idea is the usage of "BigBuf.c" which is already in the armsrc directory. Therefore i need to implement "calloc" and "free" by myself.

Thanks in advance and kind regards.

Offline

Quick reply

Write your message and submit

Board footer

Powered by FluxBB