Code Monkey home page Code Monkey logo

ipfunpacker's Introduction

R1EMU

What is R1EMU

R1EMU is a collaborative software development project revolving around the creation of a robust MMORPG server package.

Requirements

R1EMU requires

  • Redis >= 2.8.19
  • MySQL server
  • ZMQ 4.1.0 rc1
  • czmq 3.0.0 rc1

An installation package is available in the source.

Links

Who are we

R1EMU is made by a group of game and code enthusiasts. We are striving to deliver the best and most optimal MMORPG software via this project.

  • Rioru [Administrator, Core Developer, Co-Founder]
  • Spl3en [Administrator, Main Developer, Co-Founder]
  • Plifou [Core Developer]
  • Hiero [Core Developer]
  • Gastonb [Core Developper]

ipfunpacker's People

Contributors

spl3en avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ipfunpacker's Issues

OS X support

Would be cool if this worked on OS X. I'm currently getting this error when compiling:

โžœ IPFUnpacker git:(master) make release
/Applications/Xcode.app/Contents/Developer/usr/bin/make release -C src/ipf_unpack
clang: warning: -Wl,-rpath: 'linker' input unused
clang: warning: -Wl,/lib: 'linker' input unused
clang: warning: argument unused during compilation: '-MMD'
clang: warning: argument unused during compilation: '-s'
clang: warning: argument unused during compilation: '-L/lib'
clang: warning: argument unused during compilation: '-s'
In file included from ies.c:15:
In file included from ../common/dbg/dbg.h:173:
/usr/include/ucontext.h:43:2: error: The deprecated ucontext routines require _XOPEN_SOURCE to be defined

error The deprecated ucontext routines require _XOPEN_SOURCE to be defined

^
1 error generated.
make[1]: *** [ies.o] Error 1
make: *** [release] Error 2

Step by step instructions

please do step by step instructions for windows .... already tried everything does nepoluchaetsya :( I beg you.

Unable to build in x86

Hello,

I get this error when doing make release

LONG WINAPI crashHandler(EXCEPTION_POINTERS *ExceptionInfo) {
die("Application crashed at %p. Exception code = %x",
ExceptionInfo->ContextRecord->Rip, ExceptionInfo->ExceptionRecord->ExceptionCode);

As I understand, this is a crash handler for x86 OS?
Can the unpacker be build in that version at all? I haven't been able to find any working unpacker for 32 bits systems...

./ipf_unpack.exe <filename>.ipf decrypt - nothing happens

Following the processes in the README and INSTALL files, installation of MSYS2 and running of command 'pacman -S gcc make zlib-devel' appears to work fine, as does the 'make clear && make release' command when in the IPFUnpacker directory.

I then make a fresh copy of an ipf file (such as xml.ipf or addon.ipf) and place it into the IPFUnpacker directory, and then run the final command, and nothing appears to happen. I seem to be unable to cancel the process except by terminating bash altogether.

iTOS password

I cannot extract any IPF files from the current iTOS client on steam. Do you know if they use a different password?

This is the output when trying to extract global.ipf:

[ipf_unpack.c:286 in main] Parsing IPF 'test.ipf' (extract) ...
[zlib.c:91 in zlibDecompress] [ERROR] Can't decompress. Error : -3
[ipf_unpack.c:172 in process_ipf] [ERROR] Cannot decompress 'addon/token/token.lua'.
[ipf.c:74 in ipf_read] [ERROR] callback failed for 'global.ipf:addon/token/token.lua'
[zlib.c:91 in zlibDecompress] [ERROR] Can't decompress. Error : -3
[ipf_unpack.c:172 in process_ipf] [ERROR] Cannot decompress 'addon/token/token.xml'.
[ipf.c:74 in ipf_read] [ERROR] callback failed for 'global.ipf:addon/token/token.xml'
[zlib.c:91 in zlibDecompress] [ERROR] Can't decompress. Error : -3
[ipf_unpack.c:172 in process_ipf] [ERROR] Cannot decompress 'ui/uixml/controlset.xml'.
[ipf.c:74 in ipf_read] [ERROR] callback failed for 'global.ipf:ui/uixml/controlset.xml'
[ipf_unpack.c:299 in main] Done!

GUI interface

Hello Spl3en,

Could you kindly make a windows version for non-programmers with a simple graphical interface? The compiled version of the unpacker gives the 0xc000007b error and I tried to replicate the shown compilation process with no luck. I simply don't understand how it works. GUI would've been a great help.

Thank you!

Having error when make file

Hi,

I'm hitting error during "make release". Below is the error log:
xubuntos2@xubuntos2-desktop:~/Desktop/IPF Suite/IPFUnpacker-master$ make clean && make release make clean -C src/ipf_unpack make[1]: Entering directory/home/xubuntos2/Desktop/IPF Suite/IPFUnpacker-master/src/ipf_unpack'
-e Cleaning ...
make[1]: Leaving directory /home/xubuntos2/Desktop/IPF Suite/IPFUnpacker-master/src/ipf_unpack' make release -C src/ipf_unpack make[1]: Entering directory/home/xubuntos2/Desktop/IPF Suite/IPFUnpacker-master/src/ipf_unpack'
cc: -rpath: linker input file unused because linking not done
cc: /lib: linker input file unused because linking not done
-e Compiling 'ipf_unpack.c'
In file included from ipf_unpack.c:16:
../common/crc32/crc32.h:22:47: warning: no newline at end of file
In file included from ipf_unpack.c:17:
../common/fs/fs.h:38:26: warning: no newline at end of file
In file included from ipf_unpack.c:18:
../common/zlib/zlib.h:19:18: error: zlib.h: No such file or directory
ipf_unpack.c: In function 'process_ipf':
ipf_unpack.c:191: error: 'PATH_MAX' undeclared (first use in this function)
ipf_unpack.c:191: error: (Each undeclared identifier is reported only once
ipf_unpack.c:191: error: for each function it appears in.)
ipf_unpack.c:192: warning: unused variable 'targetFullName'
ipf_unpack.c:191: warning: unused variable 'targetPath'
ipf_unpack.c:307:2: warning: no newline at end of file
make[1]: *** [ipf_unpack.o] Error 1
make[1]: Leaving directory /home/xubuntos2/Desktop/IPF Suite/IPFUnpacker-master/src/ipf_unpack' make: *** [release] Error 2

extracted *.ies files

Just realised they are converted to CSV structure automatically.
Is possible to text columns be enclosed by " ?
Also can you add .csv extension to extracted files?

Awesome updates o/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.