642R Debug Command Listing



贊助商連結


Star69
2001-03-28, 04:46 AM
<pre>
======= Debug Command Listing =======
AT just answer OK
ATHE print help
ATBAx change baudrate. 1:38.4k, 2:19.2k, 3:9.6k 4:57.6k 5:115.2k
ATENx,(y) set BootExtension Debug Flag (y=password)
ATSE show the seed of password generator
ATTI(h,m,s) change system time to hour:min:sec or show current time
ATDA(y,m,d) change system date to year/month/day or show current date
ATDS dump RAS stack
ATDT dump Boot Module Common Area
ATDUx,y dump memory contents from address x for length y
ATRBx display the 8-bit value of address x
ATRWx display the 16-bit value of address x
ATRLx display the 32-bit value of address x
ATGO(x) run program at addr x or boot router
ATGR boot router
ATGT run Hardware Test Program
ATRTw,x,y(,z) RAM test level w, from address x to y (z iterations)
ATSH dump manufacturer related data in ROM
ATDOx,y download from address x for length y to PC via XMODEM
ATTD download router configuration to PC via XMODEM
ATUR upload router firmware to flash ROM

< press any key to continue >
ATLC upload router configuration file to flash ROM
ATXSx xmodem select: x=0: CRC mode(default); x=1: checksum mode

OK
</pre>
<hr>
ATSE     show the seed of password generator
這是什麼意思??
我使用它 執行後是以下結果
ATSE
<b>01C9F0259FAA</b>
OK

贊助商連結


Pea Cracker
2001-03-28, 07:59 AM
原始作者是 : Star69
ATSE     show the seed of password generator
這是什麼意思??
我使用它 執行後是以下結果
ATSE
<b>01C9F0259FAA</b>
OK
[/B]

ATSE 顯示密碼產生器的子數,我中文不太好,這是我給它的名稱。

seed是使用random(亂數)得取的基本數值。很多密碼產生器都先產生了基本的子數後,再利用它去做一些固定的運算,而延伸到最終的密碼。要找密碼的話,有了它(變動的數值),就差固定的公式吧。

Star69
2001-03-28, 04:13 PM
原始作者是 : Pea Cracker

原始作者是 : Star69
ATSE     show the seed of password generator
這是什麼意思??
我使用它 執行後是以下結果
ATSE
<b>01C9F0259FAA</b>
OK


ATSE 顯示密碼產生器的子數,我中文不太好,這是我給它的名稱。

seed是使用random(亂數)得取的基本數值。很多密碼產生器都先產生了基本的子數後,再利用它去做一些固定的運算,而延伸到最終的密碼。要找密碼的話,有了它(變動的數值),就差固定的公式吧。 [/B]
也就是說還要知道演算方式
那就可以由 Debug 模式 進入
使用這指令 在照演算方式 解碼 解出密碼嘍

Macleod
2001-03-29, 02:33 AM
原始作者是 : Star69
<pre>
======= Debug Command Listing =======
AT just answer OK
[deleted]
OK
</pre>


奇怪, 我的指令怎麼比較多?! ^++++^
氣死人, 就是沒有指令可反組譯程式...
不過請注意一些 write 的指令!!
還有一些多的功能大家試一下, 我現在手邊沒機器!!

==========================================================================
AT just answer OK
ATHE print help
ATBA x change baudrate. 1:38.4k, 2:19.2k, 3:9.6k 4:57.6k 5:115.2k
ATEN x,(y) set BootExtension Debug Flag (y=password)
ATSE show the seed of password generator
ATTI (h,m,s) change system time to hour:min:sec or show current time
ATDA (y,m,d) change system date to year/month/day or show current date
ATDS dump RAS stack
ATDT dump Boot Module Common Area
ATDU x,y dump memory contents from address x for length y
ATWB x,y write address x with 8-bit value y
ATWW x,y write address x with 16-bit value y
ATWL x,y write address x with 32-bit value y
ATRB x display the 8-bit value of address x
ATRW x display the 16-bit value of address x
ATRL x display the 32-bit value of address x
ATGO (x) run program at addr x or boot router
ATGR boot router
ATGT run Hardware Test Program
AT%T x Enable Hardware Test Program at boot up
ATBT x block0 write enable (1=enable, other=disable)
ATRT w,x,y(,z) RAM test level w, from address x to y (z iterations)
ATWE a(,b,c,d) write MAC addr, Country code, EngDbgFlag, FeatureBit to flash ROM
ATCU x write Country code to flash ROM
ATCB copy from FLASH ROM to working buffer
ATCL clear working buffer
ATSB save working buffer to FLASH ROM
ATBU dump manufacturer related data in working buffer
ATSH dump manufacturer related data in ROM
ATWM x set MAC address in working buffer
ATCO x set country code in working buffer
ATFL x set EngDebugFlag in working buffer
ATST x set ROMRAS address in working buffer
ATSY x set system type in working buffer
ATVD x set vendor name in working buffer
ATPN x set product name in working buffer
ATFE x,y,... set feature bits in working buffer
ATMP check & dump memMapTab
ATDO x,y download from address x for length y to PC via XMODEM
ATTD download router configuration to PC via XMODEM
ATUP x,y upload to RAM address x for length y from PC via XMODEM
ATUR upload router firmware to flash ROM
ATLC upload router configuration file to flash ROM
ATUX x(,y) xmodem upload from flash block x to y
ATER x,y erase flash rom from block x to y
ATWF x,y,z copy data from addr x to flash addr y, length z
ATXS x xmodem select: x=0: CRC mode(default); x=1: checksum mode
ATLO a,b,c,d Int/Trap Log Cmd
===========================================================================