]> git.zerfleddert.de Git - proxmark3-svn/log
proxmark3-svn
11 years agoadded better tracing capabilities, fixed some reader issues
roel@libnfc.org [Fri, 29 Jun 2012 10:47:07 +0000 (10:47 +0000)]
added better tracing capabilities, fixed some reader issues

11 years agofixed a lot of simulation issues
roel@libnfc.org [Fri, 29 Jun 2012 10:24:05 +0000 (10:24 +0000)]
fixed a lot of simulation issues

11 years agoiClass support is tweaked so it works with HID readers... waiting for further improvement
dekoninggans@gmail.com [Thu, 28 Jun 2012 15:41:28 +0000 (15:41 +0000)]
iClass support is tweaked so it works with HID readers... waiting for further improvement

11 years agoChanged arm-eabi- to arm-none-eabi (new convention)
dekoninggans@gmail.com [Thu, 28 Jun 2012 13:56:21 +0000 (13:56 +0000)]
Changed arm-eabi- to arm-none-eabi (new convention)

11 years agoExtended iClass support with Card and Reader emulation!
dekoninggans@gmail.com [Thu, 28 Jun 2012 13:38:40 +0000 (13:38 +0000)]
Extended iClass support with Card and Reader emulation!

11 years agoextracted download and signature verification functionality to a function in tools...
dn337t@gmail.com [Fri, 22 Jun 2012 14:10:00 +0000 (14:10 +0000)]
extracted download and signature verification functionality to a function in tools/install-gnuarm4.sh

11 years agoavoid spawning whoami to get username in tools/install-gnuarm4.sh
dn337t@gmail.com [Fri, 22 Jun 2012 13:46:56 +0000 (13:46 +0000)]
avoid spawning whoami to get username in tools/install-gnuarm4.sh

11 years agorefactored client/pm3_*.py to use with statements, contants and iterators
dn337t@gmail.com [Fri, 22 Jun 2012 12:02:19 +0000 (12:02 +0000)]
refactored client/pm3_*.py to use with statements, contants and iterators

11 years agoadded simple test suite for client/pm3_*.py
dn337t@gmail.com [Fri, 22 Jun 2012 11:51:59 +0000 (11:51 +0000)]
added simple test suite for client/pm3_*.py

11 years agomade clients/pm3_*.py importable as Python modules
dn337t@gmail.com [Fri, 22 Jun 2012 11:09:36 +0000 (11:09 +0000)]
made clients/pm3_*.py importable as Python modules

11 years agoreplaced string.find with str.find in findbits.search()
dn337t@gmail.com [Wed, 20 Jun 2012 20:43:24 +0000 (20:43 +0000)]
replaced string.find with str.find in findbits.search()

11 years agosimplified findbits.main() loop
dn337t@gmail.com [Wed, 20 Jun 2012 20:41:38 +0000 (20:41 +0000)]
simplified findbits.main() loop

11 years agosimplified findbits.stringreverse()
dn337t@gmail.com [Wed, 20 Jun 2012 20:33:53 +0000 (20:33 +0000)]
simplified findbits.stringreverse()

11 years agosimplified findbits.binstring()
dn337t@gmail.com [Wed, 20 Jun 2012 20:31:49 +0000 (20:31 +0000)]
simplified findbits.binstring()

11 years agosimplified findbits.invert()
dn337t@gmail.com [Wed, 20 Jun 2012 20:25:35 +0000 (20:25 +0000)]
simplified findbits.invert()

11 years agoadded simple test suite for tools/findbits.py
dn337t@gmail.com [Wed, 20 Jun 2012 20:21:13 +0000 (20:21 +0000)]
added simple test suite for tools/findbits.py

11 years agoreduces (but does not eliminate) a coil/fpga setup glitch before every iso15693 comma...
adrian@atrox.at [Wed, 20 Jun 2012 17:20:21 +0000 (17:20 +0000)]
reduces (but does not eliminate) a coil/fpga setup glitch before every iso15693 command (confuses some cards), also: little cleanup

11 years agoadded more cards to iso15693 uid database, and some minor cleanups
adrian@atrox.at [Wed, 20 Jun 2012 17:15:21 +0000 (17:15 +0000)]
added more cards to iso15693 uid database, and some minor cleanups

11 years agomade tools/findbits.py importable as a Python module
dn337t@gmail.com [Wed, 20 Jun 2012 15:07:30 +0000 (15:07 +0000)]
made tools/findbits.py importable as a Python module

11 years agoCommented out unused, set but never read variables (cause build to fail if warnings...
GooglePlus@YoungJules.net [Tue, 12 Jun 2012 12:21:26 +0000 (12:21 +0000)]
Commented out unused, set but never read variables (cause build to fail if warnings treated as errors)

11 years agoinitialize graph cursors to avoid crashing (issue 21)
dn337t@gmail.com [Thu, 7 Jun 2012 14:00:41 +0000 (14:00 +0000)]
initialize graph cursors to avoid crashing (issue 21)

11 years agouse downloaded keyring directly to avoid polluting the user's
dn337t@gmail.com [Thu, 7 Jun 2012 13:21:14 +0000 (13:21 +0000)]
use downloaded keyring directly to avoid polluting the user's

11 years agouse char instead of uint8_t to avoid warnings/casting
dn337t@gmail.com [Thu, 7 Jun 2012 09:24:49 +0000 (09:24 +0000)]
use char instead of uint8_t to avoid warnings/casting

11 years agoreplaced the getline which does't support by minGW on windows
douniwan5788 [Thu, 31 May 2012 09:46:02 +0000 (09:46 +0000)]
replaced the getline which does't support by minGW on windows

11 years agoEnhanced hf mf chk , add default key,support dic file and so on.
douniwan5788 [Wed, 30 May 2012 03:45:55 +0000 (03:45 +0000)]
Enhanced hf mf chk , add default key,support dic file and so on.
modify hf mf mifare to automatically use an invalid key'nt try again.
make some changes to support mifare classic 4k.

11 years agoremoved redundant Dbprintfs from SnoopIso1443a (issue 25)
dn337t@gmail.com [Tue, 29 May 2012 14:16:09 +0000 (14:16 +0000)]
removed redundant Dbprintfs from SnoopIso1443a (issue 25)

11 years agotypofix in install-gnuarm4 script
dn337t@gmail.com [Tue, 29 May 2012 13:40:46 +0000 (13:40 +0000)]
typofix in install-gnuarm4 script

11 years agooptimized loop in MifareNested (issue 36)
dn337t@gmail.com [Tue, 29 May 2012 13:23:07 +0000 (13:23 +0000)]
optimized loop in MifareNested (issue 36)

11 years agofixed assignment vs. equals operator (issue 35)
dn337t@gmail.com [Tue, 29 May 2012 12:47:13 +0000 (12:47 +0000)]
fixed assignment vs. equals operator (issue 35)

11 years agoadded CmdHF15CmdReadmulti using Adrian's second patch from issue 20
dn337t@gmail.com [Tue, 29 May 2012 12:31:29 +0000 (12:31 +0000)]
added CmdHF15CmdReadmulti using Adrian's second patch from issue 20

11 years agotextual changes: error messages and comments by Andrian + attribution
dn337t@gmail.com [Tue, 29 May 2012 12:22:08 +0000 (12:22 +0000)]
textual changes: error messages and comments by Andrian + attribution

11 years agoadded head comments on CmdHF15Cmd{Read,Write} using Adrian's second patch from issue 20
dn337t@gmail.com [Tue, 29 May 2012 12:17:24 +0000 (12:17 +0000)]
added head comments on CmdHF15Cmd{Read,Write} using Adrian's second patch from issue 20

11 years agoclarification in 'hf 15 cmd write' message using Adrian's second patch from issue 20
dn337t@gmail.com [Tue, 29 May 2012 12:12:00 +0000 (12:12 +0000)]
clarification in 'hf 15 cmd write' message using Adrian's second patch from issue 20

11 years agoimplemented output of received octets in 'hf 15 cmd raw'
dn337t@gmail.com [Fri, 18 May 2012 12:26:50 +0000 (12:26 +0000)]
implemented output of received octets in 'hf 15 cmd raw'

11 years agoadded 'hf 15 cmd sysinfo' using Adrian's second patch from issue 20
dn337t@gmail.com [Fri, 18 May 2012 09:20:27 +0000 (09:20 +0000)]
added 'hf 15 cmd sysinfo' using Adrian's second patch from issue 20

11 years agotypofix in prepareHF15Cmd comment based on Adrian's second patch from issue 20
dn337t@gmail.com [Fri, 18 May 2012 09:10:44 +0000 (09:10 +0000)]
typofix in prepareHF15Cmd comment based on Adrian's second patch from issue 20

11 years agofixed offset in 'hf 15 cmd read' to avoid losing the first octet/byte
dn337t@gmail.com [Fri, 18 May 2012 09:07:39 +0000 (09:07 +0000)]
fixed offset in 'hf 15 cmd read' to avoid losing the first octet/byte

11 years agoboolean fix in 'hf 15 cmd read' using Adrian's second patch from issue 20
dn337t@gmail.com [Fri, 18 May 2012 09:05:00 +0000 (09:05 +0000)]
boolean fix in 'hf 15 cmd read' using Adrian's second patch from issue 20

11 years agotypofixes in ISO15693 getUID head comment
dn337t@gmail.com [Fri, 18 May 2012 08:59:22 +0000 (08:59 +0000)]
typofixes in ISO15693 getUID head comment

11 years agoextended ISO 15693 UID map using Adrian's second patch from issue 20
dn337t@gmail.com [Thu, 17 May 2012 14:35:19 +0000 (14:35 +0000)]
extended ISO 15693 UID map using Adrian's second patch from issue 20

11 years agoimplemented ISO 15693 error message decoding and fixed error code offset
dn337t@gmail.com [Thu, 17 May 2012 13:25:50 +0000 (13:25 +0000)]
implemented ISO 15693 error message decoding and fixed error code offset

11 years agoRemoved unused variables, added implicitly used headers
dn337t@gmail.com [Mon, 14 May 2012 14:48:23 +0000 (14:48 +0000)]
Removed unused variables, added implicitly used headers

12 years agoSupport for EM410x card mode in T5555/T55x7 tags.
marcin.mielczarczyk [Wed, 7 Mar 2012 13:44:53 +0000 (13:44 +0000)]
Support for EM410x card mode in T5555/T55x7 tags.

12 years agoFixed versions of Binutils, GDB and Insight in compiler building scripts.
marcin.mielczarczyk [Wed, 7 Mar 2012 13:12:33 +0000 (13:12 +0000)]
Fixed versions of Binutils, GDB and Insight in compiler building scripts.

12 years agoAdded documentation.
W8M2Hg9lLmWqXSGC [Mon, 6 Feb 2012 20:07:35 +0000 (20:07 +0000)]
Added documentation.

12 years agoAdded / modified SAK descriptions.
W8M2Hg9lLmWqXSGC [Sun, 5 Feb 2012 09:30:08 +0000 (09:30 +0000)]
Added / modified SAK descriptions.

12 years agoAdded regex to remove spaces and new lines from version.c when compiling under Windows.
W8M2Hg9lLmWqXSGC [Sun, 29 Jan 2012 00:51:08 +0000 (00:51 +0000)]
Added regex to remove spaces and new lines from version.c when compiling under Windows.

12 years agoExample traces for modulation recognition / testing
fnargwibble@gmail.com [Thu, 26 Jan 2012 22:17:10 +0000 (22:17 +0000)]
Example traces for modulation recognition / testing

12 years agoNavigate one sample at a time in plot window and display grid size/status
fnargwibble@gmail.com [Thu, 26 Jan 2012 17:45:21 +0000 (17:45 +0000)]
Navigate one sample at a time in plot window and display grid size/status

12 years agoNavigate a page at a time in plot window
fnargwibble@gmail.com [Mon, 23 Jan 2012 17:57:42 +0000 (17:57 +0000)]
Navigate a page at a time in plot window

12 years agoOops. Fix grid lock when zoomed in or out.
fnargwibble@gmail.com [Sat, 21 Jan 2012 14:32:39 +0000 (14:32 +0000)]
Oops. Fix grid lock when zoomed in or out.

12 years agoAdd plot window keystroke help
fnargwibble@gmail.com [Sat, 21 Jan 2012 13:32:54 +0000 (13:32 +0000)]
Add plot window keystroke help
Add grid display/lock commands to plot window

12 years agocleaned up some if-def routines
roel@libnfc.org [Fri, 16 Dec 2011 11:00:51 +0000 (11:00 +0000)]
cleaned up some if-def routines

12 years ago1. update SAK
Merlokbr@gmail.com [Fri, 4 Nov 2011 12:35:00 +0000 (12:35 +0000)]
1. update SAK
2. ratte's fix. http://www.proxmark.org/forum/viewtopic.php?id=979

12 years ago(no commit message)
cex123@gmail.com [Sat, 15 Oct 2011 15:15:49 +0000 (15:15 +0000)]

12 years agosmall updates to hf mf restore1k
caioxmag [Mon, 19 Sep 2011 12:58:58 +0000 (12:58 +0000)]
small updates to hf mf restore1k

12 years agofixed iso14443b snoop, plus compiling issue of redefined parameter, please take care...
roel@libnfc.org [Tue, 6 Sep 2011 10:28:22 +0000 (10:28 +0000)]
fixed iso14443b snoop, plus compiling issue of redefined parameter, please take care about this next time before a commit

12 years agoupdates to function hf mf retore1k
caioxmag [Tue, 6 Sep 2011 09:16:32 +0000 (09:16 +0000)]
updates to function hf mf retore1k

12 years agofix command-line issue generating core dump on OSX
roel@libnfc.org [Mon, 5 Sep 2011 13:04:11 +0000 (13:04 +0000)]
fix command-line issue generating core dump on OSX

12 years agofix temp changes
roel@libnfc.org [Mon, 5 Sep 2011 11:48:08 +0000 (11:48 +0000)]
fix temp changes

12 years agofix compiling under MAC OSX
roel@libnfc.org [Mon, 5 Sep 2011 11:44:45 +0000 (11:44 +0000)]
fix compiling under MAC OSX

12 years agoDump1k now writes keys to dumpdata.bin even when they are masked with zeroes in a...
caioxmag [Fri, 2 Sep 2011 08:33:45 +0000 (08:33 +0000)]
Dump1k now writes keys to dumpdata.bin even when they are masked with zeroes in a read command

12 years ago - Added very basic scripting support to PM3 client-side (proxmark3 application)
zveriu@gmail.com [Thu, 1 Sep 2011 09:03:20 +0000 (09:03 +0000)]
 - Added very basic scripting support to PM3 client-side (proxmark3 application)
 - Created several scripts to aid in EML/MFD file conversion
 - Created script which generates PM3-scripts for emulation based on MFD/EML input files

12 years agoFixes to Mifare nested function...
caioxmag [Thu, 1 Sep 2011 08:13:18 +0000 (08:13 +0000)]
Fixes to Mifare nested function...

12 years agoCorrected some errors from r487, WHICH I FORGOT TO COMMENT.
caioxmag [Wed, 31 Aug 2011 07:09:50 +0000 (07:09 +0000)]
Corrected some errors from r487, WHICH I FORGOT TO COMMENT.

Log for r487 should have been:
"added hf mf dump1k and hf mf restore1k functions"
"modified hf mf nested function to add option to create dumpkeys.bin file from its output"

12 years ago - Corrected ELF to EABI target (since Makefile refers to EABI and to be consistent...
zveriu@gmail.com [Tue, 30 Aug 2011 19:56:53 +0000 (19:56 +0000)]
 - Corrected ELF to EABI target (since Makefile refers to EABI and to be consistent with Compiling wiki page)
 - Added signature checks for most of the downloaded packages (gpg --verify package.tar.bz2.sig)
 - Improved general download and fail-scenarios management
 - Added additional TODO items to be handled later as lower priority

12 years ago(no commit message)
caioxmag [Tue, 30 Aug 2011 09:52:18 +0000 (09:52 +0000)]

12 years ago1. emulator works. tested on ARC1302, NXP pegoda, touchtag, my firm's readers.
Merlokbr@gmail.com [Sat, 25 Jun 2011 13:03:01 +0000 (13:03 +0000)]
1. emulator works. tested on ARC1302, NXP pegoda, touchtag, my firm's readers.
2. added increment, decrement, restore, transfer commands
3. fixed several small bugs and small code cleaning
4. there is strange behavier in the emulator: for 7BUID is seems that there is must be a feature that cam make work card withouth 2nd anticollision loop. NXP reader authenticates, but cant read card contents. all the rest readers works, BUT.... my 7BUID mifare card dont work AT ALL  .... I dont know what i should do )

12 years ago1. fixed (it seems) readline behavior. Now there is no proxmark3 prompts on the data.
Merlokbr@gmail.com [Thu, 23 Jun 2011 16:49:39 +0000 (16:49 +0000)]
1. fixed (it seems) readline behavior. Now there is no proxmark3 prompts on the data.
2. emulator goes into beta stage.
works:
- work with 4BUID and 7BUID dumps
- load/save/grab dumps
- emulate select
- emulate authentication (with nested)
- emulate read/write blocks
- emulate NACK-ACK ping-pong

12 years agoadded functionality: dump card memory, save|load card memory.
Merlokbr@gmail.com [Wed, 22 Jun 2011 01:25:16 +0000 (01:25 +0000)]
added functionality: dump card memory, save|load card memory.
50% fixed problem with readline lib

12 years ago1. updated usb commands
Merlokbr@gmail.com [Fri, 17 Jun 2011 18:39:54 +0000 (18:39 +0000)]
1. updated usb commands
2. added abilities to: clear, get, set, load from card, load from nested card emulator dump
3. tried to fix proxmark promt have seen everywhere (not so good)
4. reorganized arm code

12 years ago1. fixed send manchester
Merlokbr@gmail.com [Thu, 16 Jun 2011 14:43:49 +0000 (14:43 +0000)]
1. fixed send manchester
2. emulator commands select, authenticate, read block, write block works
3. nested authentication - not working (maybe next release)
4. small bugfixes
5. mifare1ksim - in alpha state!!! code not so clear!!!

12 years agoalpha2 mifare emulator
Merlokbr@gmail.com [Tue, 14 Jun 2011 15:28:21 +0000 (15:28 +0000)]
alpha2 mifare emulator

12 years ago0. its alpha version!!!
Merlokbr@gmail.com [Fri, 10 Jun 2011 13:35:10 +0000 (13:35 +0000)]
0. its alpha version!!!
1. commands changed from "hf 14a" to "hf mf"
2. some code cleaning and small bugfixes
3. alpha version hf mf sim
4. added internal function GetTickCount() for time measuring

12 years agolinux patch by Wil
Merlokbr@gmail.com [Tue, 7 Jun 2011 14:30:07 +0000 (14:30 +0000)]
linux patch by Wil
http://www.proxmark.org/forum/profile.php?id=1639

12 years ago1. fixed hf 14a mifare. added functionality to ignore one Nt
Merlokbr@gmail.com [Tue, 7 Jun 2011 12:35:52 +0000 (12:35 +0000)]
1. fixed hf 14a mifare. added functionality to ignore one Nt
2. completed hf 14a nested
3. added hf 14a chk to check keys
5. added check keys to hf 14a mifare and hf 14a nested
6. added debug level to mifare commands
7. small bugs and improvements

12 years ago1. small bugfix in hf 14a mifare
Merlokbr@gmail.com [Wed, 1 Jun 2011 14:12:11 +0000 (14:12 +0000)]
1. small bugfix in hf 14a mifare
2. now in cmd  hf 14a mifare - blinks LED_C
3. bugfix in readblock
2. bugfix in USB CommandReceived
3. small improvements

12 years agoimproved version of "hf 14a mifare" command
Merlokbr@gmail.com [Tue, 31 May 2011 11:31:20 +0000 (11:31 +0000)]
improved version of "hf 14a mifare" command
with merge with utility nonce2key

12 years agonested authentication works ok (tested)
Merlokbr@gmail.com [Thu, 26 May 2011 15:20:03 +0000 (15:20 +0000)]
nested authentication works ok (tested)
and code cleaning

12 years ago1. Mifare read block command
Merlokbr@gmail.com [Thu, 26 May 2011 12:55:15 +0000 (12:55 +0000)]
1. Mifare read block command
2. Mifare read sector (via 1)
3. Mifare write block
4. fixed several bugs in iso 14443 select
added
Issue 23
Issue 26

12 years agoAdded iClass eavesdrop support for Proxmark3
dekoninggans@gmail.com [Wed, 18 May 2011 12:33:32 +0000 (12:33 +0000)]
Added iClass eavesdrop support for Proxmark3

13 years agoBitsync fix 2. Gerhard
dekoninggans@gmail.com [Fri, 4 Feb 2011 19:43:48 +0000 (19:43 +0000)]
Bitsync fix 2. Gerhard

13 years agoFixed some small mistakes in the bit synchronization of Miller and Manchester decodin...
dekoninggans@gmail.com [Fri, 4 Feb 2011 16:25:31 +0000 (16:25 +0000)]
Fixed some small mistakes in the bit synchronization of Miller and Manchester decoding part. Gerhard

13 years agoFixed ISSUE 15 in iso14443a.c - Gerhard
dekoninggans@gmail.com [Fri, 28 Jan 2011 12:34:05 +0000 (12:34 +0000)]
Fixed ISSUE 15 in iso14443a.c - Gerhard

13 years agoIssue 20 patch (refactored code of the iso15693 implementation as well as several...
adam@algroup.co.uk [Tue, 19 Oct 2010 14:25:17 +0000 (14:25 +0000)]
Issue 20 patch (refactored code of the iso15693 implementation as well as several enhancements) [Adrian Dabrowski "atrox"]

13 years agoAdd a ramfunc section in the data segment, which will be copied to ram on startup.
henryk@ploetzli.ch [Fri, 8 Oct 2010 10:23:04 +0000 (10:23 +0000)]
Add a ramfunc section in the data segment, which will be copied to ram on startup.
Add a RAMFUNC function attribute to have functions copied to and run from ram.
Fix "blew circular buffer" error in hf 14a snoop by executing SnoopIso14443a from ram (eats about 3.5k of ram)

13 years agoBOOTROM CHANGE: Add jump to interrupt handler from Advanced Interrupt Controller.
henryk@ploetzli.ch [Fri, 10 Sep 2010 22:34:24 +0000 (22:34 +0000)]
BOOTROM CHANGE: Add jump to interrupt handler from Advanced Interrupt Controller.
This change is necessary for all IRQ functionality. If a future osimage needs IRQ functions, the bootloader must be updated to at least this version.

13 years agoFlash green LED during sample transmission ("data samples" and "data hexsamples"...
henryk@ploetzli.ch [Mon, 23 Aug 2010 07:49:44 +0000 (07:49 +0000)]
Flash green LED during sample transmission ("data samples" and "data hexsamples" commands) to indicate activity (and that the device hasn't hung)

13 years agoiso14a reader patches [Hagen Fritsch]
adam@algroup.co.uk [Tue, 13 Jul 2010 13:39:30 +0000 (13:39 +0000)]
iso14a reader patches [Hagen Fritsch]

13 years agoiso14a cleanup and implement RATS [Hagen Fritsch]
adam@algroup.co.uk [Sat, 26 Jun 2010 08:24:21 +0000 (08:24 +0000)]
iso14a cleanup and implement RATS [Hagen Fritsch]

13 years agobring snooper into line with new command format
adam@algroup.co.uk [Sat, 26 Jun 2010 08:22:42 +0000 (08:22 +0000)]
bring snooper into line with new command format

13 years agomultiple proxmark device support [Mohamed Elsabagh]
adam@algroup.co.uk [Fri, 14 May 2010 11:04:28 +0000 (11:04 +0000)]
multiple proxmark device support [Mohamed Elsabagh]

13 years agocreate target for binary file archive (linux version)
adam@algroup.co.uk [Sun, 9 May 2010 12:17:42 +0000 (12:17 +0000)]
create target for binary file archive (linux version)

13 years agolegic write/simulate [Anon]
adam@algroup.co.uk [Thu, 6 May 2010 11:24:01 +0000 (11:24 +0000)]
legic write/simulate [Anon]

13 years agolegic code tidy up [Hagen Fritsch]
adam@algroup.co.uk [Tue, 4 May 2010 14:31:54 +0000 (14:31 +0000)]
legic code tidy up [Hagen Fritsch]

14 years agoFix linux GUI crash [Hagen Fritsch]
adam@algroup.co.uk [Tue, 20 Apr 2010 08:22:05 +0000 (08:22 +0000)]
Fix linux GUI crash [Hagen Fritsch]

14 years agoFix issue 14: mandemod and lf em4x em410xread crashes the proxmark3 client app
ksjoberg [Tue, 6 Apr 2010 13:41:37 +0000 (13:41 +0000)]
Fix issue 14: mandemod and lf em4x em410xread crashes the proxmark3 client app

This fix is quick-and-dirty since it only reduces the amount of stackspace allocated by changing the data type of the array to uint8_t instead of the 32 bit integers. The reduced number of bits is OK since only (at most) 2 of the available bits are used in each element.

At least array bit utilization is improved from 6.66% to 25% :)

Large structures such as these should probably be malloc()ed.

14 years agoMakefile: add explicit target to compile client only
yobibe [Mon, 29 Mar 2010 10:44:03 +0000 (10:44 +0000)]
Makefile: add explicit target to compile client only

14 years agoFix small issue in make help
yobibe [Mon, 29 Mar 2010 10:36:26 +0000 (10:36 +0000)]
Fix small issue in make help

14 years agostrip trailing space in a more strictly correct place
adam@algroup.co.uk [Mon, 8 Mar 2010 14:20:05 +0000 (14:20 +0000)]
strip trailing space in a more strictly correct place

Impressum, Datenschutz