Dear list,
I would like to ask the currently status of MITM implementation on SIMtrace?
On some prior postings on the list I found about some previous works on it:
git://git.gnumonks.org/at91work.githttps://github.com/zwizwa/at91work/tree/apdu_phone
I am also intresting in turning
the simtrace into a
USB CCID based smart card reader in order to use
http://openbsc.osmocom.org/trac/wiki/osmo-sim-auth with the SIMtrace.
In the usb-device-ccid-project directory when I am trying to use "make" i am getting the following error:
user@ubuntu:~/at91work/usb-device-ccid-project$ make
cc -g -Os -I../at91lib/boards/simtrace -I../at91lib/peripherals -I../at91lib/components -I../at91lib -Dat91sam7s128 -D__ASSEMBLY__ -Dflash_dfu -c -o obj/flash_dfu_board_cstartup.o ../at91lib/boards/simtrace/board_cstartup.S
../at91lib/boards/simtrace/board_cstartup.S: Assembler messages:
../at91lib/boards/simtrace/board_cstartup.S:55: Error: unknown pseudo-op: `.arm'
../at91lib/boards/simtrace/board_cstartup.S:137: Error: no such instruction: `ldr r4,=_sstack'
../at91lib/boards/simtrace/board_cstartup.S:138: Error: too many memory references for `mov'
../at91lib/boards/simtrace/board_cstartup.S:139: Error: no such instruction: `ldr r0,=LowLevelInit'
../at91lib/boards/simtrace/board_cstartup.S:140: Error: too many memory references for `mov'
../at91lib/boards/simtrace/board_cstartup.S:141: Error: no such instruction: `bx r0'
../at91lib/boards/simtrace/board_cstartup.S:144: Error: no such instruction: `ldr r0,=_efixed'
../at91lib/boards/simtrace/board_cstartup.S:145: Error: no such instruction: `ldr r1,=_srelocate'
../at91lib/boards/simtrace/board_cstartup.S:146: Error: no such instruction: `ldr r2,=_erelocate'
../at91lib/boards/simtrace/board_cstartup.S:148: Error: too many memory references for `cmp'
../at91lib/boards/simtrace/board_cstartup.S:149: Error: no such instruction: `ldrcc r3,[r0],'
../at91lib/boards/simtrace/board_cstartup.S:150: Error: no such instruction: `strcc r3,[r1],'
../at91lib/boards/simtrace/board_cstartup.S:151: Error: no such instruction: `bcc 1b'
../at91lib/boards/simtrace/board_cstartup.S:154: Error: no such instruction: `ldr r0,=_szero'
../at91lib/boards/simtrace/board_cstartup.S:155: Error: no such instruction: `ldr r1,=_ezero'
../at91lib/boards/simtrace/board_cstartup.S:156: Error: expecting operand after ','; got nothing
../at91lib/boards/simtrace/board_cstartup.S:158: Error: too many memory references for `cmp'
../at91lib/boards/simtrace/board_cstartup.S:159: Error: no such instruction: `strcc r2,[r0],'
../at91lib/boards/simtrace/board_cstartup.S:160: Error: no such instruction: `bcc 1b'
../at91lib/boards/simtrace/board_cstartup.S:176: Error: no such instruction: `ldr r0,=main'
../at91lib/boards/simtrace/board_cstartup.S:177: Error: too many memory references for `mov'
../at91lib/boards/simtrace/board_cstartup.S:178: Error: no such instruction: `bx r0'
../at91lib/boards/simtrace/board_cstartup.S:182: Error: no such instruction: `b 1b'
make: *** [obj/flash_dfu_board_cstartup.o] Error 1
Thanks for any replies and for your time
With Best regards
Stathis
Hi,
I see earlier in the archives that reducing the buffer size in the firmware will resolve this. Hasn't this already been done though in new releases of the firmware? As I have pulled the latest version from the openpcd git repo and built it. If not what have people reduced the buffer size to? And has it had any fixes?
Sent from my iPad
dear list,
how can we connect a real sim card and connect it to a real phone via simtrace?
i mean the following
physically
sim --pcsc reader--softsim--pc--usb--simtrace--phone
but how about software side?
--
bruce lee
good day .
does some1 are working on this?
run softsim on one pc and simtrace on another pc or openwrt liked systme?
--
这是通过Aico Mail手机客户端发送的邮件。Aico Mail旨在丰富人们的沟通与生活,提供全新的移动办公体验。
Dear all,
Time has come to fill out the "Talks/Discussions/Workshop / Hacking"
section of the wiki page.
If you have something you'd like to present, talk about or hack on,
add it there. A simple descriptive title along with an estimated
duration is enough.
I guess we'll collect those for 2/3 weeks and then start making the schedule.
Cheers,
Sylvain
Dear all,
so far the osmocom.org mailing lists have always been in a 'non-members
are manually moderated' mode. This has created a lot of work for manual
list moderation, where a lot of the messages caught are simply spam, and
only the occasional valid message is being received.
I'd like to thank the list moderators for taking care of this.
However, in more recent discussions, we were considering to move the
lists to a completely closed mode, i.e. postings would automatically be
rejected from non-members.
The automatic response would contain a description of how to subscribe
in 'nomail' mode, i.e. to subscribe in a way to be able to post to the
list, while still not receiving any incoming traffic. The latter should
be fine for occasional posters who don't want the bulk e-mail that goes
with a full/regular subscription.
Please provide feedback in case you disagree with that change. Unless
there is major opposition, we will likely transition to the 'closed'
mode within one month.
Thanks,
Harald
--
- Harald Welte <laforge(a)gnumonks.org> http://laforge.gnumonks.org/
============================================================================
"Privacy in residential applications is a desirable marketing option."
(ETSI EN 300 175-7 Ch. A6)
Dear all,
recently, we added a dissector for USB DFU to wireshark. It recognizes
packets based on product ID + vendor ID.
I tested this with my simtrace (v1.0) board and it works like a charm
when I add 0x16c0, 0x0762.
However, I saw that for the simtrace board, prod id/vendor id is the
same for DFU mode and sniffer mode. I guess that for sniffer mode (or
any other mode than DFU), it doesn't really make sense to capture the
raw USB packets.
Therefore, I tend to add 0x16c0, 0x0762 and link it to USB DFU.
Are you ok with this?
Thanks,
Martin