proxmark3 | The Iceman fork of Proxmark3 / RFID / NFC reader writer | Reverse Engineering library
kandi X-RAY | proxmark3 Summary
kandi X-RAY | proxmark3 Summary
Proxmark3 / RFID / NFC reader, writer, sniffer and emulator
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of proxmark3
proxmark3 Key Features
proxmark3 Examples and Code Snippets
Community Discussions
Trending Discussions on proxmark3
QUESTION
I am currently working on a project in C. I searched through multiple similar questions, but the answers are too unspecific for me, because I haven't really worked with C in the past.
My problem is the following:
The project consists of multiple different files. I am editing the file "pm3/armsrc/epa.c". Now i need to use a function from another file. This function is located in "pm3/common/mbedtls/sha1.c.
I tried to include this file in my epa.c like this:
...ANSWER
Answered 2020-Oct-24 at 17:33Without diving into the makefile, you did use the include directive correctly, but probably the executable's make command (link) did not include the library you now used (and refernced). Look for the place in the makefile where there is a call to the linker (gcc or maybe g++ or ld), and see if the library (probably mbedtls) appears on the list of files being linked.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install proxmark3
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page