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
You are not logged in.
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.
Pages: 1
I usually use IAR for proxmark dev work, if anyone wants it i can post my diffs and project files , i just pulled the latest code from google code an hour ago or so.
the only thing i didn't port was the bootloader, since i'm using jtag during dev. also RAMFUNC pushed it over limit, havent had time to really look it over yet.
it should compile in both, the only thing i couldn't do was IAR doesn't like RAMFUNC after the return type, not sure about gcc, so i'd have to make two defines instead of one.
ie so
int RAMFUNC foo() vs RAMFUNC int foo();
cheers.
Offline
Pages: 1