RfidResearchGroup / homebrew-proxmark3

Homebrew tap containing proxmark3 software/firmware
MIT License
44 stars 19 forks source link

hardnested tables moved #9

Closed iceman1001 closed 4 years ago

iceman1001 commented 4 years ago

We will need to update homebrew. @merlokk ? hardnested tables is moved to resources

doegox commented 4 years ago

I fixed the paths in the formula. But:

iceman1001 commented 4 years ago

I am not good at OS X and homebrew. I tag some ppl and see if they can make it even better. @drandreas @tomharkness

doegox commented 4 years ago

alternative is to wait for the coming make install (with overridable install paths) that can avoid to duplicate the list of stuffs to move around...

iceman1001 commented 4 years ago

And I see fw files end up in /usr/local/share/firmware/ it should really be under /usr/local/share/proxmark3/firmware/

doegox commented 4 years ago

ouch yeah

iceman1001 commented 4 years ago

Do we copy sim011, aswell? ...

doegox commented 4 years ago

just see the full list at https://github.com/RfidResearchGroup/proxmark3/issues/325#issuecomment-523633394

iceman1001 commented 4 years ago

ok, moved stuff around.

However do we really need to copy this file into the emv folder anylonger?

    # do we need to copy this one to emv folder? (iceman)
    # emv public keys file
    if File.exist?("client/resources/capk.txt") then
        (bin/"emv").mkpath
        (bin/"emv").install "client/resources/capk.txt"
    end
doegox commented 4 years ago

no, it's found in place in resources

iceman1001 commented 4 years ago

ok, removed it