Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以手动编辑 RecordStore 的存储值吗?如果是这样,我需要哪些程序,或者 JVM 将这些数据存储在没有任何加密的文件中?
RMS 存储的文件格式未标准化。每个手机制造商都可以按照他们认为合适的方式实施它。但是,该实现不应该让任何东西读取 MIDlet Suite 之外的数据。
为此,您需要先找到数据,然后对其进行解密和/或逆向工程。这不仅困难,而且可能是非法的,这取决于你住在哪里。
根据您的目标手机平台,如果手机制造商信任您,您可能能够从本机代码访问数据。