Codebase list javasnoop / e65fc6f
Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html Kali Janitor 3 years ago
3 changed file(s) with 13 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
4040
4141 javasnoop (1.1-1kali0) kali; urgency=low
4242
43 * Initial release
43 * Initial release
4444
4545 -- Devon Kearns <[email protected]> Wed, 16 Jan 2013 07:37:21 -0700
1111 Architecture: all
1212 Depends: ${misc:Depends}, default-jdk
1313 Description: Intercept Java applications locally
14 Normally, without access to the original source code,
15 testing the security of a Java client is unpredictable at
16 best and unrealistic at worst. With access the original
17 source, you can run a simple Java program and attach a
18 debugger to it remotely, stepping through code and changing
19 variables where needed. Doing the same with an applet is a
20 little bit more difficult.
21 JavaSnoop attempts to solve this problem by allowing you
22 attach to an existing process (like a debugger) and
23 instantly begin tampering with method calls, run custom
24 code, or just watch what's happening on the system.
14 Normally, without access to the original source code,
15 testing the security of a Java client is unpredictable at
16 best and unrealistic at worst. With access the original
17 source, you can run a simple Java program and attach a
18 debugger to it remotely, stepping through code and changing
19 variables where needed. Doing the same with an applet is a
20 little bit more difficult.
21 JavaSnoop attempts to solve this problem by allowing you
22 attach to an existing process (like a debugger) and
23 instantly begin tampering with method calls, run custom
24 code, or just watch what's happening on the system.
99 #export DH_VERBOSE=1
1010
1111 %:
12 dh $@
12 dh $@