|
@@ -33,7 +33,7 @@
|
|
* - out of bounds or malformed jumps
|
|
* - out of bounds or malformed jumps
|
|
* The second pass is all possible path descent from the 1st insn.
|
|
* The second pass is all possible path descent from the 1st insn.
|
|
* Since it's analyzing all pathes through the program, the length of the
|
|
* Since it's analyzing all pathes through the program, the length of the
|
|
- * analysis is limited to 32k insn, which may be hit even if total number of
|
|
|
|
|
|
+ * analysis is limited to 64k insn, which may be hit even if total number of
|
|
* insn is less then 4K, but there are too many branches that change stack/regs.
|
|
* insn is less then 4K, but there are too many branches that change stack/regs.
|
|
* Number of 'branches to be analyzed' is limited to 1k
|
|
* Number of 'branches to be analyzed' is limited to 1k
|
|
*
|
|
*
|