Is it possible to manage logs through Obfuscation with yGuard?

痴心易碎 提交于 2019-12-12 02:09:39

问题


I obfuscated a java web application and I ran into some trouble as below:

  1. I have alot of uresolved external classes even though I have included in the ant build xml the external jar this way:

    <externalclasses>
      <pathelement location="${tomcatpath}/lib/"/>
      <pathelement location="${webinfdir}/lib/"/>
    </externalclasses
    
  2. How can I manage logs to understand anything?

  3. Can I also obfuscate the jsp files?

回答1:


I found out the following:

  1. The jars must be put individually instead of their directories
  2. The jsps and any configuration file must be put in the jar
  3. The logs are to be recognized through yGuard GUI


来源:https://stackoverflow.com/questions/8907212/is-it-possible-to-manage-logs-through-obfuscation-with-yguard

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!