由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 问java applet的问题
相关主题
有没有办法阻止别人下载applet的.class文件?Confluence太贵了
JAVA问题求教spring framework不open source 了?
How to protect Jar files from being decompiled?郁闷
求助大家 如何用 Eclipse 给一个project加入image请教问题:什么decompiler比较好
Re: java class decompile请推荐一款好用的Java反编译软件(Decompiler)
请问java有办法隐藏source code吗如何传递secret key
紧急请教JAVAapplet的显示问题java applet 能否写文件给网站?
what is the best java decompiler/reverse engineering tool?纽约附近的兄弟有想一起做个交易系统的吗?
相关话题的讨论汇总
话题: applet话题: decode话题: java话题: packages话题: server
进入Java版参与讨论
1 (共1页)
c**t
发帖数: 2744
1
【 以下文字转载自 Programming 讨论区 】
发信人: cogt (苦荆茶), 信区: Programming
标 题: 问java applet的问题
发信站: BBS 未名空间站 (Fri Jun 6 14:51:34 2008), 转信
vendor的site用的是javaapplet,通过decode,我找到了URL,以及request的所有参数,
通过http post/get送过去,总是得到404错误,是怎么回事?像这种没有API的情况下,
怎么去automate?
t*******e
发帖数: 684
2
用tcpmon sniff traffic
c**t
发帖数: 2744
3
I used wireshark, the traffic is encrypted (https), can't decode..

【在 t*******e 的大作中提到】
: 用tcpmon sniff traffic
g*****g
发帖数: 34805
4
Decompile the code and set debug point, it doesn't stop you from
running it as an application.

【在 c**t 的大作中提到】
: I used wireshark, the traffic is encrypted (https), can't decode..
c**t
发帖数: 2744
5
Decompiled, it used some other packages in the server path, which we don't h
ave, failed to compile...

【在 g*****g 的大作中提到】
: Decompile the code and set debug point, it doesn't stop you from
: running it as an application.

g*****g
发帖数: 34805
6
Of course you can download those packages too from the server.

h

【在 c**t 的大作中提到】
: Decompiled, it used some other packages in the server path, which we don't h
: ave, failed to compile...

1 (共1页)
进入Java版参与讨论
相关主题
纽约附近的兄弟有想一起做个交易系统的吗?Re: java class decompile
Java basic concept(1)请问java有办法隐藏source code吗
Re: access host file in applet紧急请教JAVAapplet的显示问题
Re: 关于APPLET的IO问题what is the best java decompiler/reverse engineering tool?
有没有办法阻止别人下载applet的.class文件?Confluence太贵了
JAVA问题求教spring framework不open source 了?
How to protect Jar files from being decompiled?郁闷
求助大家 如何用 Eclipse 给一个project加入image请教问题:什么decompiler比较好
相关话题的讨论汇总
话题: applet话题: decode话题: java话题: packages话题: server