CodeShield-Security / SPDS

Efficient and Precise Pointer-Tracking Data-Flow Framework
Eclipse Public License 2.0
66 stars 12 forks source link

CryptoAnalysis gets StackOverflowError when analyzing it's own jar file #29

Open Projucti opened 3 years ago

Projucti commented 3 years ago

The problem when Analysis runs it's own jar file. StackOverflowError is found while investigating the issue. The snapshot of the error is here-

image_2021_07_27T15_52_40_271Z This issue is found while investigating main issue from CryptoAnalysis.

johspaeth commented 3 years ago

@Projucti

  1. CryptoAnalysis still build on Version 2 of SPDS and needs to be ported to Version 3 (of this repository). I am assuming that has been done so far?
  2. Did you increase the JVMs stack size for running CryptoAnalysis (jvm arg: -Xss100m)?
Projucti commented 3 years ago

Yes. CryptoAnalysis still works on version 2 of SPDS. Now, I am trying to work on upgrading to version 3 and looks like I am facing many compilation error due to some missing packages which doesn't exist anymore or renamed or moved. Is there any guideline how to work with the new upgrades? Also, unfortunately the problem persisted even after increasing the JVM stack size.