Proxmark3 community

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.

Announcement

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.

#1 2018-09-02 08:47:35

zyw
Contributor
Registered: 2018-09-02
Posts: 6

I hava a big problem about PM3 GUI .I wrote the code like this,but i

I wrote the code like this,but i cant get the number behind the "block data:" please help

        -     Case "button_break"
                item.Control = New Button
                item.Control.Text = item.Text
                ToolTip1.SetToolTip(item.Control, item.Tooltip)
                AddHandler item.Control.Click, AddressOf hi
                AddHandler item.Control.Click, AddressOf actionCommand
                'AddHandler hi(), AddressOf actionCommand
                'sector = hi()
                Call hi()
                item.Action &= ("hf mf nested 1" & sector)
                item.Control.Tag = item.Action
                item.Control.SetBounds(0, i * 35, 140, 20)
                item.Control.AutoSize = True
Public Sub hi()
    Dim sector_num() As String
    sector_num = Split(prompt.Text, vbCrLf)
    For i = 0 To UBound(sector_num)
        If Strings.Left(sector_num(i), 11) = "block data:" Then
            sector = Strings.Right(sector_num(i), Strings.Len(sector_num(i)) - 11)
        End If
    Next i
End Sub



proxmark3> hf mf nested 1

Usage:

all sectors: hf mf nested <key A/B> <key (12 hex symbols)> [t,d]

one sector: hf mf nested o <key A/B> <key (12 hex symbols)>

Offline

#2 2018-09-02 09:11:02

iceman
Administrator
Registered: 2013-04-25
Posts: 9,506
Website

Re: I hava a big problem about PM3 GUI .I wrote the code like this,but i

Welcome and I suggest you read http://www.proxmark.org/forum/viewtopic.php?id=1125 as an introduction.


This is the introduction,  you have now rights to post in correct section.  This thread will be closed.

Offline

Board footer

Powered by FluxBB