You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I don't find any API usage about lua, seeking from windows_resource_file etc.
I wonder if it's not lua ready.
Finally, I make up some code, reference from other program language.
assert(notWindowsLnkFileandnotKaitaiStream)
localmodule_result=require'windows_lnk_file'-- no 'kaitaistruct' / 'string_stream' neededassert(module_result==trueandWindowsLnkFileandKaitaiStream)
localfile_path=<path>localfile_handle=io.open(file_path,'rb')
-- local file_stream=file_handle:read'a'-- must not read, or position is wronglocalfile_stream=KaitaiStream(file_handle)
WindowsLnkFile(file_stream)
But get error "Encoding UTF-16LE not supported".
Is there any suggestion?
Hi, I don't find any API usage about lua, seeking from windows_resource_file etc.
I wonder if it's not lua ready.
Finally, I make up some code, reference from other program language.
But get error "Encoding UTF-16LE not supported".
Is there any suggestion?
made a pull request #16
The text was updated successfully, but these errors were encountered: