mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
ADD: @pivipw 's changes "making lua paths".
ref:: 4197a3f6ff
This contains a ugly hardcoded hack to solve the issue: https://github.com/Proxmark/proxmark3/issues/217
where GetModuleHandleEx doesn't exist in mingw (old proxspace 2013 environment).
Use the docker container or linux...
This commit is contained in:
parent
01f082a60f
commit
b804b9cdb8
7 changed files with 762 additions and 13 deletions
|
@ -30,4 +30,7 @@
|
|||
#define PROXPROMPT "pm3 --> "
|
||||
|
||||
void SendCommand(UsbCommand *c);
|
||||
const char const *get_my_executable_path(void);
|
||||
const char const *get_my_executable_directory(void);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue