Unknown .bc file - Printable Version +- The Bytecode Club - Reverse Engineering Forum (https://the.bytecode.club) +-- Forum: Lobby (https://the.bytecode.club/forumdisplay.php?fid=1) +--- Forum: Programming (https://the.bytecode.club/forumdisplay.php?fid=86) +--- Thread: Unknown .bc file (/showthread.php?tid=1380) |
Unknown .bc file - HippHipp - 08-23-2015 Hello gajs! So I got this file from a friend a while ago, and he has challenged me to decode/reverse engineer it. However, I am more or less stuck. Broke the two first layers, and got a .bc file out of it. After intense googling without finding out much, I found that java (or more specific javap) could create a .bc file. Not sure if this is it, but I am hoping one of you could cast a bit of light on this issue alternatively point me in some other direction. Oh, and I dont have a stacktrace. Ive uploaded the file here (didnt find an upload option on the forum): http://speedy.sh/R6eJH/math.bc Thanks! RE: Unknown .bc file - zooty - 08-24-2015 What were the first two layers, before the bc file? |