Nowadays, development is very eased from community.
We can easily re-use our code between different platforms in so many ways, gaining time, money and above all... today have multiple skills is not so as useful as before.
By the way, I recently had necessity to bring some java code to .NET runtimes.
No difficulties with IKVM.NET !
If you follow these steps you can convert from JAR to DLL or even from Runnable JAR to EXE!
This devblog borns as a container for projects, ideas and anything I can think or do in my spare time ... Here you will not find my pictures or photos of my dog, but snippets of Java, C#, C++, T-SQL, HTML, javacript and who so forth ...
Showing posts with label dll. Show all posts
Showing posts with label dll. Show all posts
Monday, July 1, 2013
Convert from jar to dll
Labels:
.net,
c#,
code,
convert dll,
dll,
from jar to dll,
ikvm,
jar,
jar to dll,
java,
java to c#,
jvm,
mono,
port,
runtimes,
windows phone
Thursday, December 15, 2011
Wednesday, December 14, 2011
Keylogger in .NET (parte1)
Un giorno vidi, su una nota webzine, un articolo sui tipi di malware esistenti nel campo informatico.
Mi balzò all'occhio il keylogger e mi domandai... che ci vorrà mai a farne uno?
Perchè fare ciò? Per passare in qualche modo il mio giorno di requiem ;)
________________________________________________________________________________
Per prima cosa vediamo che caratteristiche dovrà avere questo keylogger (da ora in poi KL):
-Il software dovrà essere in grado di catturare tutti i tasti digitati dall'utente, segnalando tutti i comandi speciali e hotkey
-Il software dovrà essere in grado di riconoscere le finestre in uso dall'utente
-Il software dovrà loggare tutte le informazioni sopracitate e poterle inviare tramite mail o socket
-Il software dovrà essere totalmente trasparente all'utilizzatore del computer e individuabile solamente come processo nel task manager
Questo dovrebbe bastare per far si che il programma possa essere un keylogger.
Mi balzò all'occhio il keylogger e mi domandai... che ci vorrà mai a farne uno?
Perchè fare ciò? Per passare in qualche modo il mio giorno di requiem ;)
________________________________________________________________________________
Per prima cosa vediamo che caratteristiche dovrà avere questo keylogger (da ora in poi KL):
-Il software dovrà essere in grado di catturare tutti i tasti digitati dall'utente, segnalando tutti i comandi speciali e hotkey
-Il software dovrà essere in grado di riconoscere le finestre in uso dall'utente
-Il software dovrà loggare tutte le informazioni sopracitate e poterle inviare tramite mail o socket
-Il software dovrà essere totalmente trasparente all'utilizzatore del computer e individuabile solamente come processo nel task manager
Questo dovrebbe bastare per far si che il programma possa essere un keylogger.
Subscribe to:
Posts (Atom)