The Forum is up for sale: XeNTaX Forum looking for new owner

Search found 20 matches

by Digitkel
Mon Jan 14, 2013 4:18 am
Forum: Code Talk
Topic: ISO 9660 - lba, filesize
Replies: 0
Views: 2011

ISO 9660 - lba, filesize

Hi I want to write to a txt file the lba and filesizes of files for a psx(mode2) iso.

isobuster can write the lba but not the filesize. Anyone have any ideas.
by Digitkel
Sat Dec 15, 2012 6:05 pm
Forum: Game Archive
Topic: Yakata .PAC
Replies: 2
Views: 931

Re: Yakata .PAC

Yeah the first file is from the psx version of the game. Here's is the Fm towns version of the file, similiar but different.
http://www.sendspace.com/file/35izu9

The full game name -yakata
by Digitkel
Sat Dec 15, 2012 6:06 am
Forum: Game Archive
Topic: Yakata .PAC
Replies: 2
Views: 931

Yakata .PAC

Hi I need to unpack this, any help

there's a list of files in the header, and the string 2tolzs may have some thing to do with it?

http://www.sendspace.com/file/3aomd7
by Digitkel
Tue Sep 20, 2011 11:55 pm
Forum: Code Talk
Topic: Quickbms String Help
Replies: 5
Views: 2206

Re: Quickbms String Help

Thanks for the help aluigi, I try that code out.

How would i get my variable into a temporary_file?
by Digitkel
Mon Sep 19, 2011 9:05 am
Forum: Code Talk
Topic: Quickbms String Help
Replies: 5
Views: 2206

Re: Quickbms String Help

I made a little progress, a easy question.

How would I get a variable into a temporary_file?

Say I wanted to write the variable KEY in the example to a temporary_file.
by Digitkel
Sat Sep 17, 2011 10:24 pm
Forum: Code Talk
Topic: Quickbms String Help
Replies: 5
Views: 2206

Re: Quickbms String Help

Ok Here's a simple example GetBits KEY 128 #GetDString KEY 16 print "the variable KEY of the file has the value %KEY%" print "the variable KEY of the file has the value %KEY|h%" MATH KEY + 1 #this doesn't work print "the variable KEY of the file has the value %KEY%" pri...
by Digitkel
Sat Sep 17, 2011 8:27 pm
Forum: Code Talk
Topic: Quickbms String Help
Replies: 5
Views: 2206

Quickbms String Help

I need some help with modifying a string in quickbms. Say I have a string "thisismysuperkey" that is 0x7468697369736D7973757065726B6579 in hex I want to increment it in my loop by 1 so it becomes "uhisismysuperkey" 0x7568697369736D7973757065726B6579 in hex next round it becomes 0...
by Digitkel
Thu Apr 21, 2011 7:46 pm
Forum: Code Talk
Topic: Aes ctr mode
Replies: 5
Views: 2352

Re: Aes ctr mode

sounds promising, but difficult. so were you able to get ctr mode working? I figured out a workaround til I find a better solution. Ctr mode is like ecb mode but instead of crypting the plaintext it crypts the counter than xors the output block with the plaintext to get the ciphertext for each block...
by Digitkel
Mon Apr 18, 2011 12:41 am
Forum: Code Talk
Topic: Aes ctr mode
Replies: 5
Views: 2352

Re: Aes ctr mode

yeah I actually saw that page and looked at the src and noticed the "#if 0" in quickbms.c and evp.h so I was hoping it could be implemented.

I'm hoping in can because doing encryption/decryption with quickbms is really fast and easy. I'm going to look at ways to use this mode.
by Digitkel
Sun Apr 17, 2011 4:23 pm
Forum: Code Talk
Topic: Aes ctr mode
Replies: 5
Views: 2352

Aes ctr mode

Hello I 'm looking for a program that supports aes_128_ctr mode. I tried quickbms but I get an "unsupported encryption/hashing type" with it. I also tried cbc and ecb modes, they both work fine with quickbms. Is there a different version of quickbms that supports ctr mode? Or someway to en...
by Digitkel
Tue Oct 19, 2010 6:21 am
Forum: Code Talk
Topic: Generic file extractor (help)
Replies: 11
Views: 3601

Re: Generic file extractor (help)

I have a question about Data type ranges. Here's a small program that demostrates my problem. The value seems to be too big and it results in a negative number. How can I fix this? Here's some info on data type ranges, I hope I'm allowed to post links like this. :scaredy: http://msdn.microsoft.com/e...
by Digitkel
Sun Oct 17, 2010 7:20 pm
Forum: Code Talk
Topic: Generic file extractor (help)
Replies: 11
Views: 3601

Re: Generic file extractor (help)

Can anybody show me an example of reading the first 4 bytes of a file and put it into a variable say buffer1 and read the next 4 bytes and put that into buffer2? Then print buffers as hex and dec just to make sure everything is working properly. say we have an example test.txt that's 16 bytes in siz...
by Digitkel
Sun Oct 03, 2010 2:43 pm
Forum: Code Talk
Topic: ollydbg help
Replies: 2
Views: 1404

Re: ollydbg help

Thank you aluigi that does work. Like I said simple. :P

The older versions are missing the "File->Set New Arguments" so anyone else having trouble get ollydbg2.0 or newer.
by Digitkel
Sat Oct 02, 2010 11:36 pm
Forum: Code Talk
Topic: ollydbg help
Replies: 2
Views: 1404

ollydbg help

Sorry it this is in the wrong section. Could I get a tutorial of how to open a win32 console app in Ollydbg and get it to accept parameters? Specifically I need to know how to give it input and output filenames for the program to do anything, so I can debug it. It's probably very easy, but I can't f...
by Digitkel
Sat Sep 18, 2010 3:32 am
Forum: Code Talk
Topic: Generic file extractor (help)
Replies: 11
Views: 3601

Re: Generic file extractor (help)

The contents of this post was deleted because of possible forum rules violation.