mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
Few lines missing from output of .bin file [sample attached] #289
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @saurabhshri on GitHub (Feb 26, 2017).
While working on another issue, I created a .bin file from a sample (https://sampleplatform.ccextractor.org/sample/67).
When extracting subs from .bin file, the ending few lines are missing, while they are perfectly extracted from original file.
Original :
From .bin of above sample (http://gsocdev3.ccextractor.org/~saurabhshri/67.bin) :
I created bin using :
ccextractor -ts -pn 578 -out=bin -o 67.bin 67where 67 was the name of sample.EDIT : Corrected the .bin file. Previous file had incorrect timings.
@cfsmp3 commented on GitHub (Mar 6, 2017):
2 GSoC points.
@saurabhshri commented on GitHub (Apr 22, 2017):
Closing through #725 . The issue appears to be resolved with attached file.
Note : Timing is off by few milliseconds (but they may be for good, maybe someone can check on it).