Code Monkey home page Code Monkey logo

Comments (12)

libin-ka avatar libin-ka commented on September 7, 2024 1

20190125172202

from proxmark3.

iceman1001 avatar iceman1001 commented on September 7, 2024

Aha, thanks! I haven't tried compiling without those for awhile. I pushed some fixes which should allow for a error free compilation again.

What do you mean with cmdsources ?

Regarding not showing up, its too little information to go with.
Which OS are you using? Did you take notice of the changed device port? Did you need to update blacklist files? ie make udev look into the flashing texts here in this repo and make sure you followed the instructions. Usually there were it fails.

from proxmark3.

Xoib avatar Xoib commented on September 7, 2024

I meant https://github.com/RfidResearchGroup/proxmark3/blob/master/client/Makefile#L204 by mentioning CMDSRCS.

Regarding the board not showing up in /dev, rest assured I tried on Mac, Linux and even Windows.
LED was staying red. My udev rules are up to date. Plus my board works fine with main and your fork.

from proxmark3.

iceman1001 avatar iceman1001 commented on September 7, 2024

Strange, I just tried flashing it to a rdv2 this morning after I read this issue. The compilation failed, but that is fixed. The flashing of bootrom/fullimage went well and running of the client without problems. So there is still to little go with here. I still think you are failing the flashing somehow.

from proxmark3.

TomHarkness avatar TomHarkness commented on September 7, 2024

Try holding the button down while plugging in, flashing and until the flashing process completes if nothing is showing up under /dev/cu.*

from proxmark3.

Xoib avatar Xoib commented on September 7, 2024

@TomHarkness yep that's what I did to revert the board to a working state earlier.
@iceman1001 your fixes work I confirm.

I didn't closed the issue yet because the great @cjbrigato standalone mod has been updated to use the flash, I get the improvement made here. Still, that's kinda sad because it used to work well without rdv40 flash.

obj/hf_colin.o: In function `ReadLastTagFromFlash':
hf_colin.c:(.text.ReadLastTagFromFlash+0x60): undefined reference to `FlashInit'
hf_colin.c:(.text.ReadLastTagFromFlash+0x74): undefined reference to `Flash_CheckBusy'
hf_colin.c:(.text.ReadLastTagFromFlash+0xdc): undefined reference to `FlashStop'
hf_colin.c:(.text.ReadLastTagFromFlash+0x108): undefined reference to `Flash_ReadDataCont'
hf_colin.c:(.text.ReadLastTagFromFlash+0x144): undefined reference to `FlashStop'
obj/hf_colin.o: In function `WriteTagToFlash':
hf_colin.c:(.text.WriteTagToFlash+0x80): undefined reference to `FlashInit'
hf_colin.c:(.text.WriteTagToFlash+0x90): undefined reference to `Flash_CheckBusy'
hf_colin.c:(.text.WriteTagToFlash+0x94): undefined reference to `Flash_WriteEnable'
hf_colin.c:(.text.WriteTagToFlash+0xa4): undefined reference to `Flash_Erase4k'
hf_colin.c:(.text.WriteTagToFlash+0x124): undefined reference to `FlashStop'
hf_colin.c:(.text.WriteTagToFlash+0x138): undefined reference to `Flash_CheckBusy'
hf_colin.c:(.text.WriteTagToFlash+0x13c): undefined reference to `Flash_WriteEnable'
hf_colin.c:(.text.WriteTagToFlash+0x170): undefined reference to `Flash_WriteDataCont'
collect2: error: ld returned 1 exit status
make[1]: *** [obj/fullimage.stage1.elf] Error 1
make: *** [armsrc/all] Error 2

I know it's the RDV40 repository, but I read here and there that backward compatibility would stay a priority for the community. What's your thought?

Edit: Apparently it doesn't launch anymore neither on iceman fork:

 #db# Installed StandAlone Mods          
#db#    HF Mifare ultra fast sniff/sim/clone - aka VIGIKPWN (Colin Brigato)          
pm3 --> 
pm3 --> 
pm3 --> 
#db# Stand-alone mode! No PC necessary.          
pm3 --> 
pm3 --> 
#db# [+] playing          
#db# [+] 0 408a02 0020fd60          
#db# [!] tags can only have 44 bits. - USE lf simfsk for larger tags          
#db# [!] simulation finished          
#db# [+] done playing          
pm3 --> 

Usually when starting the standalone mod, there was the header launching (like you demoed in black alps) of Colin mod etc.

from proxmark3.

iceman1001 avatar iceman1001 commented on September 7, 2024

@Xoib As you said, this is the dedicated repo for RDV4, backward compability is not its focus.
Get a new device ;) Otherwise the old code for @cjbrigato 's standalone mode is still access able in the history. You just need to take that copy, replace the current file, and you would just do fine.
Feel free to contribute.

@libin-ka hm, undefined reference. Have you gotten the latest source? I can compile just fine with smartcard functionality and without it. I pushed a minor fix for when executing emv roca but that shouldn't have stoped the compilation.

from proxmark3.

Xoib avatar Xoib commented on September 7, 2024

@iceman1001 that's what I did. Unfortunately I get the following:

 #db# Installed StandAlone Mods          
#db#    HF Mifare ultra fast sniff/sim/clone - aka VIGIKPWN (Colin Brigato)          
pm3 --> 
pm3 --> 
pm3 --> 
#db# Stand-alone mode! No PC necessary.          
pm3 --> 
pm3 --> 
#db# [+] playing          
#db# [+] 0 408a02 0020fd60          
#db# [!] tags can only have 44 bits. - USE lf simfsk for larger tags          
#db# [!] simulation finished          
#db# [+] done playing          
pm3 --> 

Instead of what's inside the RunMod() of the mod itself (cf. the video of the mod).
For you it's working fine? Do you do something else than pushing the button to start it?

from proxmark3.

iceman1001 avatar iceman1001 commented on September 7, 2024

The output looks confused. It starts with Vigikpwn, then it loops into samyrun...
So you did something wrong. Remember that you can't have more than one standalone mode in the Makefile. I would only take the code from this repo's history, not mix from iceman fork.

from proxmark3.

Xoib avatar Xoib commented on September 7, 2024

from proxmark3.

iceman1001 avatar iceman1001 commented on September 7, 2024

make clean?

from proxmark3.

Xoib avatar Xoib commented on September 7, 2024

The problem came from my local changes.
Closing this issue, thanks!

from proxmark3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.